Author: skra
Date: Fri Feb 19 09:52:11 2016
New Revision: 295802
URL: https://svnweb.freebsd.org/changeset/base/295802

Log:
  Remove AP_KRW definition not needed after r295801.

Modified:
  head/sys/arm/include/pte-v6.h

Modified: head/sys/arm/include/pte-v6.h
==============================================================================
--- head/sys/arm/include/pte-v6.h       Fri Feb 19 09:23:32 2016        
(r295801)
+++ head/sys/arm/include/pte-v6.h       Fri Feb 19 09:52:11 2016        
(r295802)
@@ -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_ */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to