From 6128a4aa5e791ed4e0a655bfd346a52d92da7883 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 10:43:04 +0000 Subject: Remove stray white spaces. --- c/src/lib/libbsp/m68k/mvme167/include/bsp.h | 12 ++++++------ c/src/lib/libbsp/m68k/mvme167/include/fatal.h | 2 +- c/src/lib/libbsp/m68k/mvme167/include/page_table.h | 18 +++++++++--------- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme167/include') diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h index bc93a8e58b..a1aa2727c7 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h @@ -43,7 +43,7 @@ extern "C" { #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 4 #define CONFIGURE_INTERRUPT_STACK_MEMORY (4 * 1024) - + #include /* GCSR is in mvme16x_hw.h */ @@ -153,7 +153,7 @@ typedef volatile struct memc040_regs_ { * nearly identical to the ones of the MEMC040, and the memc040_X structures * can be used to read those first eight registers. */ - + /* * Representation of the Cirrus Logic CL-CD2401 Multi-Protocol Controller @@ -189,7 +189,7 @@ typedef volatile struct cd2401_regs_ { unsigned char rfar2; /* 0xFFF4501E - Receive Frame Address 2 */ unsigned char rfar1; /* 0xFFF4501F - Receive Frame Address 1 */ } sync; - } u1; + } u1; unsigned char reserved4[2]; unsigned char scrh; /* 0xFFF45022 - Special Character Range High */ unsigned char scrl; /* 0xFFF45023 - Special Character Range Low */ @@ -263,7 +263,7 @@ typedef volatile struct cd2401_regs_ { unsigned char risrh; /* 0xFFF45088 - Receive Interrupt Status High */ unsigned char risrl; /* 0xFFF45089 - Receive Interrupt Status Low */ } b; - } u5; + } u5; unsigned char tisr; /* 0xFFF4508A - Transmit Interrupt Status */ unsigned char misr; /* 0xFFF4508B - Modem/Timer Interrupt Status */ unsigned char reserved13[2]; @@ -334,7 +334,7 @@ m68k_isr_entry set_vector( /* * NOTE: Use the standard Console driver entry */ - + /* * NOTE: Use the standard Clock driver entry */ @@ -365,7 +365,7 @@ extern m68k_isr_entry M68Kvec[]; /* vector table address */ #define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */ /* - * Define the interrupt mechanism for Time Test 27 + * Define the interrupt mechanism for Time Test 27 * * NOTE: We use software interrupt 0 */ diff --git a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h index ae5e0cf50f..ee04905486 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h @@ -8,7 +8,7 @@ * * $Id$ */ - + #include #include diff --git a/c/src/lib/libbsp/m68k/mvme167/include/page_table.h b/c/src/lib/libbsp/m68k/mvme167/include/page_table.h index e831f21350..eb463ab146 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/page_table.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/page_table.h @@ -1,6 +1,6 @@ /* page_table.h * - * This file was submitted by Eric Vaitl and + * This file was submitted by Eric Vaitl and * supports page table initialization. * * For now, we only use the transparent translation registers. Page tables @@ -27,17 +27,17 @@ void page_table_teardown( void ); void page_table_init( rtems_configuration_table *config_table ); -enum { - CACHE_WRITE_THROUGH, - CACHE_COPYBACK, +enum { + CACHE_WRITE_THROUGH, + CACHE_COPYBACK, CACHE_NONE_SERIALIZED, - CACHE_NONE + CACHE_NONE }; -enum { - PTM_SUCCESS, - PTM_BAD_ADDR, - PTM_BAD_SIZE, +enum { + PTM_SUCCESS, + PTM_BAD_ADDR, + PTM_BAD_SIZE, PTM_BAD_CACHE, PTM_NO_TABLE_SPACE }; -- cgit v1.2.3