]> git.hungrycats.org Git - linux/commitdiff
ia64: Make core-dumps work even when executing in the gate DSO.
authorDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 25 Nov 2003 15:26:14 +0000 (07:26 -0800)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 25 Nov 2003 15:26:14 +0000 (07:26 -0800)
      Tracked down by Rohit Seth.

arch/ia64/kernel/unwind.c

index 5695b14fd4684845936d580ec7dfc6535be296a9..804f73160cba8e390135203900fba0ea34af2f32 100644 (file)
@@ -1910,7 +1910,7 @@ unw_unwind_to_user (struct unw_frame_info *info)
                                   __FUNCTION__, ip);
                        return -1;
                }
-               if (ip < GATE_ADDR)
+               if (ip < FIXADDR_USER_END)
                        return 0;
        }
        unw_get_ip(info, &ip);