Merge branch 'perf/core' into perf/urgent
authorIngo Molnar <mingo@elte.hu>
Fri, 20 May 2011 06:54:05 +0000 (08:54 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 20 May 2011 06:54:08 +0000 (08:54 +0200)
Merge reason: One pending commit was left in perf/core after Linus merged
              perf/core - continue v2.6.40 work in the perf/urgent reason.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/extable.c

index c2d625f..d44aac0 100644 (file)
@@ -74,7 +74,7 @@ int core_kernel_text(unsigned long addr)
 
 int core_kernel_data(unsigned long addr)
 {
-       if (addr >= (unsigned long)_sdata &&
+       if (addr >= (unsigned long)_stext &&
            addr < (unsigned long)_edata)
                return 1;
        return 0;