summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-06-25 08:11:29 +0000
committergrehan <grehan@FreeBSD.org>2003-06-25 08:11:29 +0000
commit7bb80e938f364efff0493e732c48b5d563a689a7 (patch)
tree9094527d1c7f527dd428a9dbedba2343ab1f8626 /sys/powerpc/include/cpu.h
parentc6ac0f11518d778be07c4362c892c203678fd99c (diff)
downloadFreeBSD-src-7bb80e938f364efff0493e732c48b5d563a689a7.zip
FreeBSD-src-7bb80e938f364efff0493e732c48b5d563a689a7.tar.gz
Remove unused bootpath[] variable. It conflicted with a declaration
in the sunlabel utility, causing build problems.
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 566b779..84ffb3b 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -52,8 +52,6 @@
#define DELAY(n) delay(n)
-extern char bootpath[];
-
#if defined(_KERNEL) || defined(_STANDALONE)
#define CACHELINESIZE 32
#endif
OpenPOWER on IntegriCloud