Ticket #837: exceptions_in_ram.diff

File exceptions_in_ram.diff, 716 bytes (added by strauman, on 12/03/06 at 13:31:12)

exceptions_in_ram.diff

Line 
1*** c/src/lib/libbsp/powerpc/shared/startup/bspstart.c.orig     2005-10-14 19:42:52.000000000 -0700
2--- c/src/lib/libbsp/powerpc/shared/startup/bspstart.c  2005-10-14 19:44:32.000000000 -0700
3***************
4*** 262,271 ****
5    myCpu       = get_ppc_cpu_type();
6    myCpuRevision = get_ppc_cpu_revision();
7 
8  #if defined(mvme2100)
9    EUMBBAR = get_eumbbar();
10 
11-   Cpu_table.exceptions_in_RAM          = TRUE;
12    { unsigned v = 0x3000 ; _CPU_MSR_SET(v); }
13  #endif
14 
15--- 262,272 ----
16    myCpu       = get_ppc_cpu_type();
17    myCpuRevision = get_ppc_cpu_revision();
18 
19+   Cpu_table.exceptions_in_RAM          = TRUE;
20+
21  #if defined(mvme2100)
22    EUMBBAR = get_eumbbar();
23 
24    { unsigned v = 0x3000 ; _CPU_MSR_SET(v); }
25  #endif
26