svn commit: r295802 - head/sys/arm/include

Svatopluk Kraus skra at FreeBSD.org
Fri Feb 19 09:52:12 UTC 2016


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


More information about the svn-src-head mailing list