Remove AP_KRW definition not needed after r295801.
This commit is contained in:
parent
08674c4573
commit
a569bb2f9f
@ -288,14 +288,4 @@
|
||||
#define PTE2_KERN(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_G, attr)
|
||||
#define PTE2_KERN_NG(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_NG, attr)
|
||||
|
||||
|
||||
// ----------------- TO BE DELETED ---------------------------------------------
|
||||
|
||||
/*
|
||||
* sys/arm/arm/elf_trampoline.c
|
||||
*/
|
||||
#define AP_KRW 0x01 /* kernel read/write */
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
#endif /* !_MACHINE_PTE_V6_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user