diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2008-09-11 20:39:46 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2008-09-11 20:39:46 +0000 |
| commit | 5ac74cc6e48055cd37f09f399f9f03440d3bafba (patch) | |
| tree | 242274c64a2a234efcb70784f2b58e75f44b654d /sys/arm/include | |
| parent | 943b1a0f3261bd65e881994085c9ee36eb36f07b (diff) | |
Notes
Diffstat (limited to 'sys/arm/include')
| -rw-r--r-- | sys/arm/include/pcpu.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h index 387035cf2446..184db4c047c8 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 |
