summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/param.h
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-09-24 01:45:07 +0000
committergrehan <grehan@FreeBSD.org>2003-09-24 01:45:07 +0000
commit10d779bf640a27b1b55a75dcc576a1ac05f2b7ce (patch)
tree318b5c5ac98362b8c173dcb1ecf6646562824c24 /sys/powerpc/include/param.h
parentccbfee854ef39c7961278d4a49635bbc2cbc01a6 (diff)
downloadFreeBSD-src-10d779bf640a27b1b55a75dcc576a1ac05f2b7ce.zip
FreeBSD-src-10d779bf640a27b1b55a75dcc576a1ac05f2b7ce.tar.gz
_MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to
compile the isp driver.
Diffstat (limited to 'sys/powerpc/include/param.h')
-rw-r--r--sys/powerpc/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h
index 19494f9..6180b66 100644
--- a/sys/powerpc/include/param.h
+++ b/sys/powerpc/include/param.h
@@ -57,10 +57,10 @@
#endif
#ifndef _MACHINE
-#define _MACHINE "powerpc"
+#define _MACHINE powerpc
#endif
#ifndef _MACHINE_ARCH
-#define _MACHINE_ARCH "powerpc"
+#define _MACHINE_ARCH powerpc
#endif
#ifndef _NO_NAMESPACE_POLLUTION
OpenPOWER on IntegriCloud