1 | /* option `UVMMAP_COUNTERS' not defined */ |
2 | #ifdef _LOCORE |
3 | .ifndef _KERNEL_OPT_UVMMAP_COUNTERS |
4 | .global _KERNEL_OPT_UVMMAP_COUNTERS |
5 | .equiv _KERNEL_OPT_UVMMAP_COUNTERS,0x6e074def |
6 | .endif |
7 | #else |
8 | __asm(" .ifndef _KERNEL_OPT_UVMMAP_COUNTERS\n .global _KERNEL_OPT_UVMMAP_COUNTERS\n .equiv _KERNEL_OPT_UVMMAP_COUNTERS,0x6e074def\n .endif" ); |
9 | #endif |
10 | /* option `USE_TOPDOWN_VM' not defined */ |
11 | #ifdef _LOCORE |
12 | .ifndef _KERNEL_OPT_USE_TOPDOWN_VM |
13 | .global _KERNEL_OPT_USE_TOPDOWN_VM |
14 | .equiv _KERNEL_OPT_USE_TOPDOWN_VM,0x6e074def |
15 | .endif |
16 | #else |
17 | __asm(" .ifndef _KERNEL_OPT_USE_TOPDOWN_VM\n .global _KERNEL_OPT_USE_TOPDOWN_VM\n .equiv _KERNEL_OPT_USE_TOPDOWN_VM,0x6e074def\n .endif" ); |
18 | #endif |
19 | /* option `UVM_RESERVED_PAGES_PER_CPU' not defined */ |
20 | #ifdef _LOCORE |
21 | .ifndef _KERNEL_OPT_UVM_RESERVED_PAGES_PER_CPU |
22 | .global _KERNEL_OPT_UVM_RESERVED_PAGES_PER_CPU |
23 | .equiv _KERNEL_OPT_UVM_RESERVED_PAGES_PER_CPU,0x6e074def |
24 | .endif |
25 | #else |
26 | __asm(" .ifndef _KERNEL_OPT_UVM_RESERVED_PAGES_PER_CPU\n .global _KERNEL_OPT_UVM_RESERVED_PAGES_PER_CPU\n .equiv _KERNEL_OPT_UVM_RESERVED_PAGES_PER_CPU,0x6e074def\n .endif" ); |
27 | #endif |
28 | /* option `UVM' not defined */ |
29 | #ifdef _LOCORE |
30 | .ifndef _KERNEL_OPT_UVM |
31 | .global _KERNEL_OPT_UVM |
32 | .equiv _KERNEL_OPT_UVM,0x6e074def |
33 | .endif |
34 | #else |
35 | __asm(" .ifndef _KERNEL_OPT_UVM\n .global _KERNEL_OPT_UVM\n .equiv _KERNEL_OPT_UVM,0x6e074def\n .endif" ); |
36 | #endif |
37 | |