commit | ab93e3c45dbac66c2e8e24fd560c052a3907903e | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <gustavo@las.ic.unicamp.br> | Sun Feb 15 21:48:53 2009 -0300 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri Feb 27 20:57:47 2009 -0800 |
tree | b2afbfce5adac7aab9b8f5594a6ba904ddf0cc0d | |
parent | d09375a9ec80d8bae06196bb247460e0829d884c [diff] |
x86, fixmap: define FIXADDR_BOOT_* and redefine FIX_ADDR_SIZE Impact: new interface, not yet used Now, with these macros, x86_64 code can know where start the permanent and non-permanent fixed mapped address. This patch make these macros equal fixmap_32.h for future x86 integration. Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Acked-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>