git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ca3b8
)
x86, mm: Ensure correct alignment of the fixmap
author
Andy Lutomirski
<luto@amacapital.net>
Mon, 5 May 2014 19:19:31 +0000
(12:19 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 5 May 2014 20:18:25 +0000
(13:18 -0700)
The early_ioremap code requires that its buffers not span a PMD
boundary. The logic for ensuring that only works if the fixmap is
aligned, so assert that it's aligned correctly.
To make this work reliably, reserve_top_address needs to be
adjusted.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link:
http://lkml.kernel.org/r/e59a5f4362661f75dd4841fa74e1f2448045e245.1399317206.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found