From f209c4021117716f0ce6fce433f93e64b8633e9c Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Wed, 25 Jun 2003 08:11:29 +0000 Subject: [PATCH] Remove unused bootpath[] variable. It conflicted with a declaration in the sunlabel utility, causing build problems. --- sys/powerpc/aim/machdep.c | 2 -- sys/powerpc/include/cpu.h | 2 -- sys/powerpc/powerpc/machdep.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index 62e46e91e2ef..f9b3c5dddcab 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -131,8 +131,6 @@ static int cacheline_size = CACHELINESIZE; SYSCTL_INT(_machdep, CPU_CACHELINE, cacheline_size, CTLFLAG_RD, &cacheline_size, 0, ""); -char bootpath[256]; - #ifdef DDB /* start and end of kernel symbol table */ void *ksym_start, *ksym_end; diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index 566b779160ba..84ffb3b2b288 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 diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 62e46e91e2ef..f9b3c5dddcab 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -131,8 +131,6 @@ static int cacheline_size = CACHELINESIZE; SYSCTL_INT(_machdep, CPU_CACHELINE, cacheline_size, CTLFLAG_RD, &cacheline_size, 0, ""); -char bootpath[256]; - #ifdef DDB /* start and end of kernel symbol table */ void *ksym_start, *ksym_end;