Remove AP_KRW definition not needed after r295801.

This commit is contained in:
Svatopluk Kraus 2016-02-19 09:52:11 +00:00
parent 08674c4573
commit a569bb2f9f

View File

@ -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_ */