mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Remove C++-style comments.
This commit is contained in:
@@ -291,7 +291,7 @@ Timer_initialize(void)
|
|||||||
if (x86_capability & (1 << 4) ) {
|
if (x86_capability & (1 << 4) ) {
|
||||||
#if defined(DEBUG)
|
#if defined(DEBUG)
|
||||||
printk("TSC: timer initialization\n");
|
printk("TSC: timer initialization\n");
|
||||||
#endif // DEBUG
|
#endif /* DEBUG */
|
||||||
Timer_initialize_function = &tsc_timer_initialize;
|
Timer_initialize_function = &tsc_timer_initialize;
|
||||||
Read_timer_function = &tsc_read_timer;
|
Read_timer_function = &tsc_read_timer;
|
||||||
Timer_exit_function = &tsc_timer_exit;
|
Timer_exit_function = &tsc_timer_exit;
|
||||||
@@ -299,7 +299,7 @@ Timer_initialize(void)
|
|||||||
else {
|
else {
|
||||||
#if defined(DEBUG)
|
#if defined(DEBUG)
|
||||||
printk("ISR: timer initialization\n");
|
printk("ISR: timer initialization\n");
|
||||||
#endif // DEBUG
|
#endif /* DEBUG */
|
||||||
Timer_initialize_function = &i386_timer_initialize;
|
Timer_initialize_function = &i386_timer_initialize;
|
||||||
Read_timer_function = &i386_read_timer;
|
Read_timer_function = &i386_read_timer;
|
||||||
Timer_exit_function = &i386_timer_exit;
|
Timer_exit_function = &i386_timer_exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user