]> git.hungrycats.org Git - linux/commitdiff
ia64: Correct FIXADDR_USER_END so that single-stepping in the gate DSO works again.
authorDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 25 Nov 2003 15:08:23 +0000 (07:08 -0800)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 25 Nov 2003 15:08:23 +0000 (07:08 -0800)
include/asm-ia64/pgtable.h

index d664841782947ce9bb7dcc8b36aaad05c65c706f..ca0e38c0f8ff15575eb7c7f23d4590506a7ea7eb 100644 (file)
@@ -496,6 +496,6 @@ extern void update_mmu_cache (struct vm_area_struct *vma, unsigned long vaddr, p
 
 /* These tell get_user_pages() that the first gate page is accessible from user-level.  */
 #define FIXADDR_USER_START     GATE_ADDR
-#define FIXADDR_USER_END       (GATE_ADDR + 2*PAGE_SIZE)
+#define FIXADDR_USER_END       (GATE_ADDR + 2*PERCPU_PAGE_SIZE)
 
 #endif /* _ASM_IA64_PGTABLE_H */