mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 09:26:43 +07:00
Merge branch 'perf/core' into perf/urgent
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>
This commit is contained in:
commit
c16dbd54a3
@ -74,7 +74,7 @@ int core_kernel_text(unsigned long addr)
|
|||||||
|
|
||||||
int core_kernel_data(unsigned long addr)
|
int core_kernel_data(unsigned long addr)
|
||||||
{
|
{
|
||||||
if (addr >= (unsigned long)_sdata &&
|
if (addr >= (unsigned long)_stext &&
|
||||||
addr < (unsigned long)_edata)
|
addr < (unsigned long)_edata)
|
||||||
return 1;
|
return 1;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user