From 5ac74cc6e48055cd37f09f399f9f03440d3bafba Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Thu, 11 Sep 2008 20:39:46 +0000 Subject: [PATCH] Remove the unused field "pc_prvspace" from the MD fields for the struct pcpu. There's not even a thing such as a "struct pcup". While I'm there, remove a comment that makes no sense for arm. Spotted out by: Mark Tinguely --- sys/arm/include/pcpu.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h index 387035cf244..184db4c047c 100644 --- a/sys/arm/include/pcpu.h +++ b/sys/arm/include/pcpu.h @@ -40,12 +40,7 @@ struct vmspace; #endif /* _KERNEL */ -/* - * Inside the kernel, the globally reserved register g7 is used to - * point at the globaldata structure. - */ -#define PCPU_MD_FIELDS \ - struct pcup *pc_prvspace; +#define PCPU_MD_FIELDS #ifdef _KERNEL