Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110220398
D25211.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
686 B
Referenced Files
None
Subscribers
None
D25211.diff
View Options
Index: head/sys/arm/include/param.h
===================================================================
--- head/sys/arm/include/param.h
+++ head/sys/arm/include/param.h
@@ -54,25 +54,15 @@
#define __PCI_REROUTE_INTERRUPT
-#if __ARM_ARCH >= 7
-#define _V_SUFFIX "v7"
-#elif __ARM_ARCH >= 6
-#define _V_SUFFIX "v6"
-#else
-#define _V_SUFFIX ""
-#endif
-
-#ifdef __ARM_BIG_ENDIAN
-#define _EB_SUFFIX "eb"
-#else
-#define _EB_SUFFIX ""
-#endif
-
#ifndef MACHINE
#define MACHINE "arm"
#endif
#ifndef MACHINE_ARCH
-#define MACHINE_ARCH "arm" _V_SUFFIX _EB_SUFFIX
+#if __ARM_ARCH >= 7
+#define MACHINE_ARCH "armv7"
+#else
+#define MACHINE_ARCH "armv6"
+#endif
#endif
#ifdef SMP
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 16, 7:28 AM (15 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16670792
Default Alt Text
D25211.diff (686 B)
Attached To
Mode
D25211: Remove the sed hack for ABI tag notes.
Attached
Detach File
Event Timeline
Log In to Comment