diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2005-01-27 06:15:07 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-01-27 06:15:07 -0500 |
| commit | 5e03b79d8a06f35794d7c86475e9af50ac97a84d (patch) | |
| tree | 687bc9c03674123729bd17cc2b62257c109109e1 /include | |
| parent | 08e39f6e9e689aa623b2cb6fdab4a845f5f95d61 (diff) | |
[PATCH] ibmtr 2/2: ibmtr annotations - the rest
The rest of annotations and cleanup: ->sram_virt abuse removed, we have
separate ->sram_phys now (not remapped) and keep ->sram_virt an iomem pointer.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ibmtr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ibmtr.h b/include/linux/ibmtr.h index 4b181de3ba8f..2ef0b21517fb 100644 --- a/include/linux/ibmtr.h +++ b/include/linux/ibmtr.h @@ -192,7 +192,8 @@ struct tok_info { /* Additions by Peter De Schrijver */ unsigned char page_mask; /* mask to select RAM page to Map*/ unsigned char mapped_ram_size; /* size of RAM page */ - __u32 sram_virt; /* Shared memory base address */ + __u32 sram_phys; /* Shared memory base address */ + void __iomem *sram_virt; /* Shared memory base address */ void __iomem *init_srb; /* Initial System Request Block address */ void __iomem *srb; /* System Request Block address */ void __iomem *ssb; /* System Status Block address */ |
