diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-08-03 14:21:26 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-08-29 04:53:37 +0400 |
commit | 180379dcefb39e8bd05d562b0685e9084dffcc0a (patch) | |
tree | d4a3f2bec69481d3f21903b5bee7c2d1a5e86c16 /include/asm-ppc64 | |
parent | e88bcd1b29f63738b702e57d831758706162347e (diff) | |
download | linux-180379dcefb39e8bd05d562b0685e9084dffcc0a.tar.xz |
[PATCH] ppc64: Remove physbase from the lmb_property struct
We no longer need the lmb code to know about abs and phys addresses, so
remove the physbase variable from the lmb_property struct.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r-- | include/asm-ppc64/lmb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc64/lmb.h b/include/asm-ppc64/lmb.h index a6cbca21ac1d..cb368bf0f264 100644 --- a/include/asm-ppc64/lmb.h +++ b/include/asm-ppc64/lmb.h @@ -22,7 +22,6 @@ struct lmb_property { unsigned long base; - unsigned long physbase; unsigned long size; }; |