x86: unify __set_fixmap
In both cases, I went with the 32-bit behaviour. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
944256e00a
commit
7c7e6e07e2
@@ -7,6 +7,8 @@
|
||||
# include "fixmap_64.h"
|
||||
#endif
|
||||
|
||||
extern int fixmaps_set;
|
||||
|
||||
extern void __set_fixmap(enum fixed_addresses idx,
|
||||
unsigned long phys, pgprot_t flags);
|
||||
#define set_fixmap(idx, phys) \
|
||||
|
Reference in New Issue
Block a user