summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c b/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
index 663df41096..0f11c884d8 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
@@ -12,8 +12,8 @@
#include "systbl.h"
#include "prcb.h"
/*-------------------------------------*/
- /* RAM based PRocess Control Block
- */
+ /* RAM based PRocess Control Block
+ */
#ifdef DBPRECISE_FAULTS
#define AC (INT_OVFL_DISABLE | PRECISE_FLTS)
#else
@@ -41,17 +41,17 @@ extern SystemTbl nulsystemTbl;
struct PRCB rom_prcb = {
- & faultTbl[0], /* Fault Table Base */
- & rom_controlTbl[0], /* Control Table Base */
- AC, /* AC */
+ & faultTbl[0], /* Fault Table Base */
+ & rom_controlTbl[0], /* Control Table Base */
+ AC, /* AC */
FAULT_CONFIG, /* Fault Configuration Word */
- & interruptTbl, /* Interrupt Table Base */
- & nulsystemTbl, /* System Procedure Table Base */
- 0, /* Reserved */
+ & interruptTbl, /* Interrupt Table Base */
+ & nulsystemTbl, /* System Procedure Table Base */
+ 0, /* Reserved */
& intStackPtr[0], /* Interrupt Stack Pointer */
- INST_CACHE_CONFIG, /* Instruction Cache Config */
- REG_CACHE_CONFIG, /* Reg Cache Config */
-};
+ INST_CACHE_CONFIG, /* Instruction Cache Config */
+ REG_CACHE_CONFIG, /* Reg Cache Config */
+};
/*-------------*/
/* End of file */