diff options
| author | John Birrell <jb@FreeBSD.org> | 2006-11-30 04:17:05 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2006-11-30 04:17:05 +0000 |
| commit | e0b651251d698779cd5ab03b6363b03ab010a91d (patch) | |
| tree | 6035effd6306a4201ed68eedced59e87c3965546 /sys/powerpc | |
| parent | b3ef1381d4f94af7a713215f2818f3aa2d31542f (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/powerpc/genassym.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c index 80deb8eef22a..63719cc12d20 100644 --- a/sys/powerpc/powerpc/genassym.c +++ b/sys/powerpc/powerpc/genassym.c @@ -55,7 +55,6 @@ #include <machine/pmap.h> #include <machine/sigframe.h> -ASSYM(PC_CONS_BUFR, offsetof(struct pcpu, pc_cons_bufr)); ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread)); ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb)); ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap)); |
