Commit 922e56d1 authored by David Mosberger's avatar David Mosberger

pgtable.h:

  ia64: Rename FIXADDR_{START,TOP} to FIXADDR_USER_{START,END}.
parent c4d4975b
......@@ -488,7 +488,7 @@ typedef pte_t *pte_addr_t;
#define pgtable_cache_init() do { } while (0)
/* These tell get_user_pages() that the first gate page is accessible from user-level. */
#define FIXADDR_START GATE_ADDR
#define FIXADDR_TOP (GATE_ADDR + 2*PAGE_SIZE)
#define FIXADDR_USER_START GATE_ADDR
#define FIXADDR_USER_END (GATE_ADDR + 2*PAGE_SIZE)
#endif /* _ASM_IA64_PGTABLE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment