Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-15 13:33:58 +00:00
parent 3239698d1f
commit 73b5bd5d0e
124 changed files with 2 additions and 175 deletions

View File

@@ -85,4 +85,3 @@ void _CPU_cache_disable_instruction( void )
_CPU_disable_cache();
}
#endif

View File

@@ -13,4 +13,3 @@
#endif
/* end of include file */

View File

@@ -381,4 +381,3 @@ extern int _CPU_display_memory_attribute();
# endif /* ASM */
#endif

View File

@@ -27,4 +27,3 @@ void _CPU_Install_interrupt_stack( void )
_CPU_ISR_Enable( level );
}

View File

@@ -35,4 +35,3 @@ void _CPU_ISR_install_raw_handler(
if ( (vector & 0xf) == 0x2 ) /* cacheable? */
cached_intr_tbl[ vector >> 4 ] = new_handler;
}

View File

@@ -27,4 +27,3 @@ void _CPU_Install_interrupt_stack( void )
_CPU_ISR_Enable( level );
}

View File

@@ -36,4 +36,3 @@ void _CPU_ISR_install_raw_handler(
if ( (vector & 0xf) == 0x2 ) /* cacheable? */
cached_intr_tbl[ vector >> 4 ] = new_handler;
}

View File

@@ -28,4 +28,3 @@ void _CPU_Install_interrupt_stack( void )
_CPU_ISR_Enable( level );
}

View File

@@ -610,4 +610,3 @@
#endif

View File

@@ -870,5 +870,3 @@ console_fns mg5uart_fns_polled =
mg5uart_set_attributes, /* deviceSetAttributes */
FALSE, /* deviceOutputUsesInterrupts */
};

View File

@@ -29,5 +29,3 @@
#include <libcpu/mongoose-v.h>
unsigned int mips_interrupt_number_of_vectors = MONGOOSEV_MAXIMUM_VECTORS;

View File

@@ -17,4 +17,3 @@
*/
unsigned int mips_interrupt_number_of_vectors = 32 + 8;

View File

@@ -51,4 +51,3 @@ void mips_default_isr( int vector )
vector, cause, sr );
rtems_fatal_error_occurred(1);
}

View File

@@ -76,4 +76,3 @@ ENDFRAME(exc_norm_code)
#error "isr_entries.S: ISA support problem"
#endif

View File

@@ -120,4 +120,3 @@ void mips_vector_exceptions( CPU_Interrupt_frame *frame )
CALL_EXC( exc, frame );
}

View File

@@ -135,4 +135,3 @@ void Set_find_average_overhead(
{
Timer_driver_Find_average_overhead = find_flag;
}

View File

@@ -27,4 +27,3 @@
#include <libcpu/tx3904.h>
unsigned int mips_interrupt_number_of_vectors = TX3904_MAXIMUM_VECTORS;

View File

@@ -58,4 +58,3 @@ void mips_default_isr( int vector )
vector, cause, sr );
rtems_fatal_error_occurred(1);
}

View File

@@ -193,4 +193,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}

View File

@@ -344,4 +344,3 @@ m5xx_uart_initialize (int minor)
QSMCM_ILDSCI(CPU_irq_level_from_symbolic_name(CPU_IRQ_SCI));
}
}

View File

@@ -186,4 +186,3 @@ int mpc5xx_get_exception_config (rtems_raw_except_global_settings** config)
*config = local_settings;
return 1;
}

View File

@@ -161,4 +161,3 @@ extern int mpc5xx_get_exception_config (rtems_raw_except_global_settings** confi
#define SIZEOF_
#endif

View File

@@ -618,4 +618,3 @@ extern volatile imb_t imb; /* defined in linkcmds */
#endif /* ASM */
#endif /* _MPC5xx_h */

View File

@@ -322,4 +322,3 @@ easy_exit:
addi r1,r1, EXCEPTION_FRAME_END
SYNC
rfi

View File

@@ -198,9 +198,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}

View File

@@ -265,4 +265,3 @@ int mpc60x_get_exception_config (rtems_raw_except_global_settings** config)
*config = local_settings;
return 1;
}

View File

@@ -172,4 +172,3 @@ extern int mpc60x_get_exception_config (rtems_raw_except_global_settings** confi
# endif /* ASM */
#endif

View File

@@ -68,4 +68,3 @@ void setdbat(int bat_index, unsigned long virt, unsigned long phys,
default: printk("bat.c : invalid BAT bat_index\n");
}
}

View File

@@ -224,4 +224,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}

View File

@@ -32,4 +32,3 @@ void m8xx_cp_execute_cmd( uint32_t command )
m8260.cpcr = command | M8260_CR_FLG;
rtems_interrupt_enable (lvl);
}

View File

@@ -205,4 +205,3 @@ int mpc8xx_get_exception_config (rtems_raw_except_global_settings** config)
*config = local_settings;
return 1;
}

View File

@@ -180,4 +180,3 @@ extern int mpc8xx_get_exception_config (rtems_raw_except_global_settings** confi
# endif /* ASM */
#endif

View File

@@ -173,4 +173,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}

View File

@@ -32,4 +32,3 @@ void m8xx_cp_execute_cmd( uint16_t command )
m8xx.cpcr = command | M8xx_CR_FLG;
rtems_interrupt_enable (lvl);
}

View File

@@ -200,4 +200,3 @@ int mpc8xx_get_exception_config (rtems_raw_except_global_settings** config)
*config = local_settings;
return 1;
}

View File

@@ -185,4 +185,3 @@ extern int mpc8xx_get_exception_config (rtems_raw_except_global_settings** confi
# endif /* ASM */
#endif

View File

@@ -303,4 +303,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}

View File

@@ -534,4 +534,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}

View File

@@ -546,4 +546,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}

View File

@@ -290,4 +290,3 @@ ictrl_init(void)
atexit(ictrl_exit);
return RTEMS_SUCCESSFUL;
}

View File

@@ -554,4 +554,3 @@ rtems_device_driver tty0_control(
{
return rtems_termios_ioctl (arg);
}

View File

@@ -84,4 +84,3 @@ typedef struct {
} sci_bitrate_t;
#endif /* _sh_io_types_h */

View File

@@ -176,4 +176,3 @@ sh4uart_start_remote_tx(sh4uart *uart);
extern sh4uart sh4_uarts[2];
#endif

View File

@@ -478,6 +478,3 @@ console_control(rtems_device_major_number major,
return RTEMS_SUCCESSFUL;
}
}

View File

@@ -942,5 +942,3 @@ ipl_console_poll_write(int minor, const char *buf, int len)
return 0;
}
#endif

View File

@@ -344,4 +344,3 @@ __dummy_isp:\n\
mov.l @r15+,r14\n\
rte\n\
nop");

View File

@@ -41,4 +41,3 @@ void *rtems_cache_aligned_malloc (
return malloc( nbytes );
#endif
}

View File

@@ -1316,4 +1316,3 @@ ata_process_request_on_init_phase(rtems_device_minor_number ctrl_minor,
break;
}
}

View File

@@ -50,6 +50,3 @@ rtems_device_driver ata_initialize(
#endif /* __ATA_H__ */

View File

@@ -324,4 +324,3 @@ typedef struct ata_ide_ctrl_s {
} ata_ide_ctrl_t;
#endif /* __ATA_INTERNAL_H__ */

View File

@@ -35,6 +35,3 @@ rtems_device_driver ide_controller_initialize(
#endif /* __IDE_CTRL_H__ */

View File

@@ -102,6 +102,3 @@ extern unsigned long IDE_Controller_Count;
#endif /* __IDE_CTRL_CFG_H__ */

View File

@@ -170,4 +170,3 @@ void ipalign(struct mbuf *m);
*/
#endif /* _OPEN_ETH_ */

View File

@@ -172,4 +172,3 @@ rtc_fns icm7170_fns = {
icm7170_get_time,
icm7170_set_time
};

View File

@@ -20,4 +20,3 @@
#define _ICM7170_TYPE uint8_t
#include "icm7170_reg.c"

View File

@@ -20,4 +20,3 @@
#define _ICM7170_TYPE uint8_t
#include "icm7170_reg.c"

View File

@@ -20,4 +20,3 @@
#define _ICM7170_TYPE uint8_t
#include "icm7170_reg.c"

View File

@@ -161,4 +161,3 @@ rtc_fns m48t08_fns = {
m48t08_get_time,
m48t08_set_time
};

View File

@@ -20,4 +20,3 @@
#define _M48T08_TYPE uint8_t
#include "m48t08_reg.c"

View File

@@ -20,4 +20,3 @@
#define _M48T08_TYPE uint8_t
#include "m48t08_reg.c"

View File

@@ -20,4 +20,3 @@
#define _M48T08_TYPE uint8_t
#include "m48t08_reg.c"

View File

@@ -104,4 +104,3 @@ mc68681_baud_t mc68681_baud_rate_table[4][RTEMS_TERMIOS_NUMBER_BAUD_RATES] = {
MC68681_BAUD_NOT_VALID /* B460800 */
},
};

View File

@@ -20,4 +20,3 @@
#define _MC68681_TYPE uint8_t
#include "mc68681_reg.c"

View File

@@ -20,4 +20,3 @@
#define _MC68681_TYPE uint8_t
#include "mc68681_reg.c"

View File

@@ -20,4 +20,3 @@
#define _MC68681_TYPE uint8_t
#include "mc68681_reg.c"

View File

@@ -15,6 +15,3 @@ boolean libchip_serial_default_probe(int minor)
return TRUE;
}

View File

@@ -36,4 +36,3 @@ int termios_baud_to_index(
return baud_index;
}

View File

@@ -36,4 +36,3 @@ int termios_baud_to_number(
return baud;
}

View File

@@ -885,4 +885,3 @@ Z85C30_STATIC void z85c30_write_polled(
(*setReg)( ulCtrlPort, SCC_WR0_SEL_WR8, cChar );
}

View File

@@ -28,4 +28,3 @@ rtems_mpci_entry Shm_Return_packet(
{
Shm_Free_envelope( Shm_Packet_prefix_to_envelope_control_pointer(packet) );
}

View File

@@ -1224,4 +1224,3 @@ ccp_rack_timeout(arg)
} else
ccp_localstate[f->unit] &= ~RACK_PENDING;
}

View File

@@ -855,4 +855,3 @@ register char *in_string;
free(string);
return (0);
}

View File

@@ -830,4 +830,3 @@ unlock()
lock_file[0] = 0;
}
}

View File

@@ -54,4 +54,3 @@ struct rtems_ftpd_configuration
int rtems_initialize_ftpd();
#endif /* __FTPD_H__ */

View File

@@ -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 );
}

View File

@@ -60,4 +60,4 @@ rtems_device_driver pty_control(
}
#endif
#endif
#endif

View File

@@ -32,4 +32,3 @@ int register_telnetd(void);
#endif
#endif

View File

@@ -965,4 +965,3 @@ char *bstrdupANoBalloc(char *s)
#endif /* NO_BALLOC */
/******************************************************************************/

View File

@@ -429,4 +429,3 @@ void websSetDefaultDir(char_t *dir)
}
/******************************************************************************/

View File

@@ -99,4 +99,3 @@ extern void basicSetProductDir(char_t *proddir);
#endif /* _h_EMFDB */
/******************************************************************************/

View File

@@ -192,4 +192,3 @@ int hAllocEntry(void ***list, int *max, int size)
}
/******************************************************************************/

View File

@@ -48,4 +48,3 @@ extern void MD5Update (MD5_CONTEXT *, unsigned char *, unsigned int);
extern void MD5Final (unsigned char [16], MD5_CONTEXT *);
#endif /* _h_MD5 */

View File

@@ -673,4 +673,3 @@ unsigned int gstrtoi(char_t *s)
}
/******************************************************************************/

View File

@@ -4,4 +4,3 @@
*/
int rtems_initialize_webserver();

View File

@@ -233,4 +233,3 @@ char_t *websGetPassword()
}
/******************************************************************************/

View File

@@ -1041,4 +1041,3 @@ int socketSockBuffered(int sock)
#endif /* (!WIN) | LITTLEFOOT | WEBS */
/******************************************************************************/

View File

@@ -472,4 +472,3 @@ static int calcPrime(int size)
}
/******************************************************************************/

View File

@@ -181,4 +181,3 @@ extern bool_t umUserCanAccessURL(char_t *user, char_t *url);
#endif /* _h_UM */
/******************************************************************************/

View File

@@ -139,4 +139,3 @@ void websPageSeek(webs_t wp, long offset)
}
/******************************************************************************/

View File

@@ -37,6 +37,3 @@ extern void connect_rdbg_exception();
extern void disconnect_rdbg_exception();
#endif

View File

@@ -30,7 +30,3 @@ typedef unsigned int regs[NBREGS];
/* To be used in common code */
typedef regs REGS;

View File

@@ -35,6 +35,3 @@ extern void connect_rdbg_exception();
extern void disconnect_rdbg_exception();
#endif

View File

@@ -10,4 +10,3 @@ typedef unsigned int regs[NBREGS];
/* To be used in common code */
typedef regs REGS;

View File

@@ -35,6 +35,3 @@ extern void connect_rdbg_exception();
extern void disconnect_rdbg_exception();
#endif

View File

@@ -10,7 +10,3 @@ typedef unsigned int regs[NBREGS];
/* To be used in common code */
typedef regs REGS;

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -120,8 +120,3 @@ const rtems_status_code rtemsEvent::receive(const rtems_event_set event_in,
}
#endif // _rtemsEvent_h_

View File

@@ -98,8 +98,3 @@ void rtemsInterrupt::chain() const
}
#endif // _rtemsInterrupt_h_

View File

@@ -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