1 | /* option `DDB_VERBOSE_HELP' not defined */ |
2 | #ifdef _LOCORE |
3 | .ifndef _KERNEL_OPT_DDB_VERBOSE_HELP |
4 | .global _KERNEL_OPT_DDB_VERBOSE_HELP |
5 | .equiv _KERNEL_OPT_DDB_VERBOSE_HELP,0x6e074def |
6 | .endif |
7 | #else |
8 | __asm(" .ifndef _KERNEL_OPT_DDB_VERBOSE_HELP\n .global _KERNEL_OPT_DDB_VERBOSE_HELP\n .equiv _KERNEL_OPT_DDB_VERBOSE_HELP,0x6e074def\n .endif" ); |
9 | #endif |
10 | #define DDB 1 |
11 | #ifdef _LOCORE |
12 | .ifndef _KERNEL_OPT_DDB |
13 | .global _KERNEL_OPT_DDB |
14 | .equiv _KERNEL_OPT_DDB,0x1 |
15 | .endif |
16 | #else |
17 | __asm(" .ifndef _KERNEL_OPT_DDB\n .global _KERNEL_OPT_DDB\n .equiv _KERNEL_OPT_DDB,0x1\n .endif" ); |
18 | #endif |
19 | |