mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00: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__ */
|
||||
|
||||
|
||||
@@ -35,6 +35,3 @@ rtems_device_driver ide_controller_initialize(
|
||||
|
||||
|
||||
#endif /* __IDE_CTRL_H__ */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -102,6 +102,3 @@ extern unsigned long IDE_Controller_Count;
|
||||
|
||||
|
||||
#endif /* __IDE_CTRL_CFG_H__ */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -170,4 +170,3 @@ void ipalign(struct mbuf *m);
|
||||
|
||||
*/
|
||||
#endif /* _OPEN_ETH_ */
|
||||
|
||||
|
||||
@@ -172,4 +172,3 @@ rtc_fns icm7170_fns = {
|
||||
icm7170_get_time,
|
||||
icm7170_set_time
|
||||
};
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _ICM7170_TYPE uint8_t
|
||||
|
||||
#include "icm7170_reg.c"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _ICM7170_TYPE uint8_t
|
||||
|
||||
#include "icm7170_reg.c"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _ICM7170_TYPE uint8_t
|
||||
|
||||
#include "icm7170_reg.c"
|
||||
|
||||
|
||||
@@ -161,4 +161,3 @@ rtc_fns m48t08_fns = {
|
||||
m48t08_get_time,
|
||||
m48t08_set_time
|
||||
};
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _M48T08_TYPE uint8_t
|
||||
|
||||
#include "m48t08_reg.c"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _M48T08_TYPE uint8_t
|
||||
|
||||
#include "m48t08_reg.c"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _M48T08_TYPE uint8_t
|
||||
|
||||
#include "m48t08_reg.c"
|
||||
|
||||
|
||||
@@ -104,4 +104,3 @@ mc68681_baud_t mc68681_baud_rate_table[4][RTEMS_TERMIOS_NUMBER_BAUD_RATES] = {
|
||||
MC68681_BAUD_NOT_VALID /* B460800 */
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _MC68681_TYPE uint8_t
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _MC68681_TYPE uint8_t
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#define _MC68681_TYPE uint8_t
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -15,6 +15,3 @@ boolean libchip_serial_default_probe(int minor)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@ int termios_baud_to_index(
|
||||
|
||||
return baud_index;
|
||||
}
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@ int termios_baud_to_number(
|
||||
|
||||
return baud;
|
||||
}
|
||||
|
||||
|
||||
@@ -885,4 +885,3 @@ Z85C30_STATIC void z85c30_write_polled(
|
||||
|
||||
(*setReg)( ulCtrlPort, SCC_WR0_SEL_WR8, cChar );
|
||||
}
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ rtems_mpci_entry Shm_Return_packet(
|
||||
{
|
||||
Shm_Free_envelope( Shm_Packet_prefix_to_envelope_control_pointer(packet) );
|
||||
}
|
||||
|
||||
|
||||
@@ -1224,4 +1224,3 @@ ccp_rack_timeout(arg)
|
||||
} else
|
||||
ccp_localstate[f->unit] &= ~RACK_PENDING;
|
||||
}
|
||||
|
||||
|
||||
@@ -855,4 +855,3 @@ register char *in_string;
|
||||
free(string);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
@@ -830,4 +830,3 @@ unlock()
|
||||
lock_file[0] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -54,4 +54,3 @@ struct rtems_ftpd_configuration
|
||||
int rtems_initialize_ftpd();
|
||||
|
||||
#endif /* __FTPD_H__ */
|
||||
|
||||
|
||||
@@ -45,4 +45,3 @@ void register_icmds(void) {
|
||||
shell_add_cmd("tcp" ,"net","tcp stats" ,main_tcp );
|
||||
shell_add_cmd("udp" ,"net","udp stats" ,main_udp );
|
||||
}
|
||||
|
||||
|
||||
@@ -60,4 +60,4 @@ rtems_device_driver pty_control(
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -32,4 +32,3 @@ int register_telnetd(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -965,4 +965,3 @@ char *bstrdupANoBalloc(char *s)
|
||||
|
||||
#endif /* NO_BALLOC */
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -429,4 +429,3 @@ void websSetDefaultDir(char_t *dir)
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -99,4 +99,3 @@ extern void basicSetProductDir(char_t *proddir);
|
||||
#endif /* _h_EMFDB */
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -192,4 +192,3 @@ int hAllocEntry(void ***list, int *max, int size)
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -48,4 +48,3 @@ extern void MD5Update (MD5_CONTEXT *, unsigned char *, unsigned int);
|
||||
extern void MD5Final (unsigned char [16], MD5_CONTEXT *);
|
||||
|
||||
#endif /* _h_MD5 */
|
||||
|
||||
|
||||
@@ -673,4 +673,3 @@ unsigned int gstrtoi(char_t *s)
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -4,4 +4,3 @@
|
||||
*/
|
||||
|
||||
int rtems_initialize_webserver();
|
||||
|
||||
|
||||
@@ -233,4 +233,3 @@ char_t *websGetPassword()
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -1041,4 +1041,3 @@ int socketSockBuffered(int sock)
|
||||
#endif /* (!WIN) | LITTLEFOOT | WEBS */
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -472,4 +472,3 @@ static int calcPrime(int size)
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -181,4 +181,3 @@ extern bool_t umUserCanAccessURL(char_t *user, char_t *url);
|
||||
#endif /* _h_UM */
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -139,4 +139,3 @@ void websPageSeek(webs_t wp, long offset)
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -37,6 +37,3 @@ extern void connect_rdbg_exception();
|
||||
extern void disconnect_rdbg_exception();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,3 @@ typedef unsigned int regs[NBREGS];
|
||||
|
||||
/* To be used in common code */
|
||||
typedef regs REGS;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -35,6 +35,3 @@ extern void connect_rdbg_exception();
|
||||
extern void disconnect_rdbg_exception();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ typedef unsigned int regs[NBREGS];
|
||||
|
||||
/* To be used in common code */
|
||||
typedef regs REGS;
|
||||
|
||||
|
||||
@@ -35,6 +35,3 @@ extern void connect_rdbg_exception();
|
||||
extern void disconnect_rdbg_exception();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,3 @@ typedef unsigned int regs[NBREGS];
|
||||
|
||||
/* To be used in common code */
|
||||
typedef regs REGS;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -90,4 +90,3 @@ void copyback_data_cache_and_invalidate_instr_cache(unsigned char* addr, int siz
|
||||
#include <rdbg/rdbg_f.h>
|
||||
|
||||
#endif /* !RDBG_H */
|
||||
|
||||
|
||||
@@ -277,4 +277,3 @@ ptrace_out* RPCGENSRVNAME(ptrace_2_svc) (ptrace_in *in,
|
||||
wait_out* RPCGENSRVNAME(wait_info_2_svc) (wait_in *in,
|
||||
struct svc_req *rqstp);
|
||||
#endif /* !SERVRPC_H */
|
||||
|
||||
|
||||
@@ -120,8 +120,3 @@ const rtems_status_code rtemsEvent::receive(const rtems_event_set event_in,
|
||||
}
|
||||
|
||||
#endif // _rtemsEvent_h_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -98,8 +98,3 @@ void rtemsInterrupt::chain() const
|
||||
}
|
||||
|
||||
#endif // _rtemsInterrupt_h_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -170,7 +170,3 @@ const rtems_status_code rtemsMessageQueue::flush(rtems_unsigned32& count)
|
||||
}
|
||||
|
||||
#endif // _rtemsMessageQueue_h_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user