diff options
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r-- | sys/powerpc/include/cpu.h | 2 |
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 |