mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 11:58:49 +08:00
Remove stray white spaces.
This commit is contained in:
@@ -85,4 +85,3 @@ void _CPU_cache_disable_instruction( void )
|
||||
_CPU_disable_cache();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -381,4 +381,3 @@ extern int _CPU_display_memory_attribute();
|
||||
# endif /* ASM */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ void _CPU_Install_interrupt_stack( void )
|
||||
|
||||
_CPU_ISR_Enable( level );
|
||||
}
|
||||
|
||||
|
||||
@@ -35,4 +35,3 @@ void _CPU_ISR_install_raw_handler(
|
||||
if ( (vector & 0xf) == 0x2 ) /* cacheable? */
|
||||
cached_intr_tbl[ vector >> 4 ] = new_handler;
|
||||
}
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ void _CPU_Install_interrupt_stack( void )
|
||||
|
||||
_CPU_ISR_Enable( level );
|
||||
}
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@ void _CPU_ISR_install_raw_handler(
|
||||
if ( (vector & 0xf) == 0x2 ) /* cacheable? */
|
||||
cached_intr_tbl[ vector >> 4 ] = new_handler;
|
||||
}
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ void _CPU_Install_interrupt_stack( void )
|
||||
|
||||
_CPU_ISR_Enable( level );
|
||||
}
|
||||
|
||||
|
||||
@@ -610,4 +610,3 @@
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -870,5 +870,3 @@ console_fns mg5uart_fns_polled =
|
||||
mg5uart_set_attributes, /* deviceSetAttributes */
|
||||
FALSE, /* deviceOutputUsesInterrupts */
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -29,5 +29,3 @@
|
||||
#include <libcpu/mongoose-v.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = MONGOOSEV_MAXIMUM_VECTORS;
|
||||
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@
|
||||
*/
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = 32 + 8;
|
||||
|
||||
|
||||
@@ -51,4 +51,3 @@ void mips_default_isr( int vector )
|
||||
vector, cause, sr );
|
||||
rtems_fatal_error_occurred(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -76,4 +76,3 @@ ENDFRAME(exc_norm_code)
|
||||
#error "isr_entries.S: ISA support problem"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -120,4 +120,3 @@ void mips_vector_exceptions( CPU_Interrupt_frame *frame )
|
||||
|
||||
CALL_EXC( exc, frame );
|
||||
}
|
||||
|
||||
|
||||
@@ -135,4 +135,3 @@ void Set_find_average_overhead(
|
||||
{
|
||||
Timer_driver_Find_average_overhead = find_flag;
|
||||
}
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@
|
||||
#include <libcpu/tx3904.h>
|
||||
|
||||
unsigned int mips_interrupt_number_of_vectors = TX3904_MAXIMUM_VECTORS;
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ void mips_default_isr( int vector )
|
||||
vector, cause, sr );
|
||||
rtems_fatal_error_occurred(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -193,4 +193,3 @@ rtems_device_driver Clock_control(
|
||||
done:
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
@@ -344,4 +344,3 @@ m5xx_uart_initialize (int minor)
|
||||
QSMCM_ILDSCI(CPU_irq_level_from_symbolic_name(CPU_IRQ_SCI));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -186,4 +186,3 @@ int mpc5xx_get_exception_config (rtems_raw_except_global_settings** config)
|
||||
*config = local_settings;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -161,4 +161,3 @@ extern int mpc5xx_get_exception_config (rtems_raw_except_global_settings** confi
|
||||
#define SIZEOF_
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -618,4 +618,3 @@ extern volatile imb_t imb; /* defined in linkcmds */
|
||||
#endif /* ASM */
|
||||
|
||||
#endif /* _MPC5xx_h */
|
||||
|
||||
|
||||
@@ -322,4 +322,3 @@ easy_exit:
|
||||
addi r1,r1, EXCEPTION_FRAME_END
|
||||
SYNC
|
||||
rfi
|
||||
|
||||
|
||||
@@ -198,9 +198,3 @@ rtems_device_driver Clock_control(
|
||||
done:
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -265,4 +265,3 @@ int mpc60x_get_exception_config (rtems_raw_except_global_settings** config)
|
||||
*config = local_settings;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -172,4 +172,3 @@ extern int mpc60x_get_exception_config (rtems_raw_except_global_settings** confi
|
||||
# endif /* ASM */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -68,4 +68,3 @@ void setdbat(int bat_index, unsigned long virt, unsigned long phys,
|
||||
default: printk("bat.c : invalid BAT bat_index\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -224,4 +224,3 @@ rtems_device_driver Clock_control(
|
||||
done:
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,4 +32,3 @@ void m8xx_cp_execute_cmd( uint32_t command )
|
||||
m8260.cpcr = command | M8260_CR_FLG;
|
||||
rtems_interrupt_enable (lvl);
|
||||
}
|
||||
|
||||
|
||||
@@ -205,4 +205,3 @@ int mpc8xx_get_exception_config (rtems_raw_except_global_settings** config)
|
||||
*config = local_settings;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -180,4 +180,3 @@ extern int mpc8xx_get_exception_config (rtems_raw_except_global_settings** confi
|
||||
# endif /* ASM */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -173,4 +173,3 @@ rtems_device_driver Clock_control(
|
||||
done:
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,4 +32,3 @@ void m8xx_cp_execute_cmd( uint16_t command )
|
||||
m8xx.cpcr = command | M8xx_CR_FLG;
|
||||
rtems_interrupt_enable (lvl);
|
||||
}
|
||||
|
||||
|
||||
@@ -200,4 +200,3 @@ int mpc8xx_get_exception_config (rtems_raw_except_global_settings** config)
|
||||
*config = local_settings;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -185,4 +185,3 @@ extern int mpc8xx_get_exception_config (rtems_raw_except_global_settings** confi
|
||||
# endif /* ASM */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -303,4 +303,3 @@ rtems_device_driver Clock_control(
|
||||
done:
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
@@ -534,4 +534,3 @@ rtems_device_driver console_control(
|
||||
{
|
||||
return rtems_termios_ioctl (arg);
|
||||
}
|
||||
|
||||
|
||||
@@ -546,4 +546,3 @@ rtems_device_driver console_control(
|
||||
{
|
||||
return rtems_termios_ioctl (arg);
|
||||
}
|
||||
|
||||
|
||||
@@ -290,4 +290,3 @@ ictrl_init(void)
|
||||
atexit(ictrl_exit);
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
@@ -554,4 +554,3 @@ rtems_device_driver tty0_control(
|
||||
{
|
||||
return rtems_termios_ioctl (arg);
|
||||
}
|
||||
|
||||
|
||||
@@ -84,4 +84,3 @@ typedef struct {
|
||||
} sci_bitrate_t;
|
||||
|
||||
#endif /* _sh_io_types_h */
|
||||
|
||||
|
||||
@@ -176,4 +176,3 @@ sh4uart_start_remote_tx(sh4uart *uart);
|
||||
extern sh4uart sh4_uarts[2];
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -478,6 +478,3 @@ console_control(rtems_device_major_number major,
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -942,5 +942,3 @@ ipl_console_poll_write(int minor, const char *buf, int len)
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -344,4 +344,3 @@ __dummy_isp:\n\
|
||||
mov.l @r15+,r14\n\
|
||||
rte\n\
|
||||
nop");
|
||||
|
||||
|
||||
@@ -41,4 +41,3 @@ void *rtems_cache_aligned_malloc (
|
||||
return malloc( nbytes );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -1316,4 +1316,3 @@ ata_process_request_on_init_phase(rtems_device_minor_number ctrl_minor,
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -50,6 +50,3 @@ rtems_device_driver ata_initialize(
|
||||
|
||||
|
||||
#endif /* __ATA_H__ */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -324,4 +324,3 @@ typedef struct ata_ide_ctrl_s {
|
||||
} ata_ide_ctrl_t;
|
||||
|
||||
#endif /* __ATA_INTERNAL_H__ */
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user