We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e963b7a commit 249c9b0Copy full SHA for 249c9b0
arch/powerpc/kernel/head_40x.S
@@ -344,8 +344,9 @@ _ENTRY(saved_ksp_limit)
344
/* 0x0C00 - System Call Exception */
345
START_EXCEPTION(0x0C00, SystemCall)
346
SYSCALL_ENTRY 0xc00
347
+/* Trap_0D is commented out to get more space for system call exception */
348
- EXCEPTION(0x0D00, Trap_0D, unknown_exception, EXC_XFER_STD)
349
+/* EXCEPTION(0x0D00, Trap_0D, unknown_exception, EXC_XFER_STD) */
350
EXCEPTION(0x0E00, Trap_0E, unknown_exception, EXC_XFER_STD)
351
EXCEPTION(0x0F00, Trap_0F, unknown_exception, EXC_XFER_STD)
352
0 commit comments