Skip to content

Commit

Permalink
Merge branch 'perf/core' into perf/urgent
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Ingo Molnar committed May 20, 2011
2 parents 257313b + c5fc472 commit c16dbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/extable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c16dbd5

Please sign in to comment.