diff --git a/[refs] b/[refs] index 3af327737701..dc71a606179a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 51be5606d9ff9eb27ed6514f6172fbd7578a25d6 +refs/heads/master: 35ed319a36cdfd88fc3debe6ce24e756bc474cce diff --git a/trunk/drivers/base/cpu.c b/trunk/drivers/base/cpu.c index 982e6583cd63..07a7f97e1de9 100644 --- a/trunk/drivers/base/cpu.c +++ b/trunk/drivers/base/cpu.c @@ -101,10 +101,8 @@ static ssize_t show_crash_notes(struct sys_device *dev, char *buf) * boot up and this data does not change there after. Hence this * operation should be safe. No locking required. */ - get_cpu(); addr = __pa(per_cpu_ptr(crash_notes, cpunum)); rc = sprintf(buf, "%Lx\n", addr); - put_cpu(); return rc; } static SYSDEV_ATTR(crash_notes, 0400, show_crash_notes, NULL);