aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/sembuf.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-01-21 14:08:33 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-01-24 06:59:57 -0500
commitd4e1c889c1ec547371227558e1da5f2f50c7dd5e (patch)
tree82d2d852537712c56161ffabc262e38ea34beaf2 /include/asm-arm/sembuf.h
parentd28122a5877cc40350fa801353fd5a9350563ec3 (diff)
[ARM] 4102/1: Allow for PHYS_OFFSET on any valid 2MiB address
This patchs allows the offset to the first page of physical memory to be on any 2MB boundary whereas the previous code could only handle psysical offset to any 16MB boundary (0xNN000000) or any 1MB boundary below 0x01000000 (e.g. 0x00N00000). The problem is a consequence of the orr one-byte syntax, so we fix this and we can place the first bank of memory at 0x28e00000. I have also included an explicit check that disallow compilation when PHYS_OFFSET is not on a 2MiB boundary. head.S would be the proper place to have this at since this is the first file that attempts to use PHYS_OFFSET during compile. Signed-off-by: Linus Walleij <triad@df.lth.se> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/sembuf.h')
0 files changed, 0 insertions, 0 deletions