https://github.com/torvalds/linux
Revision 74559c69e8cdc3ad60bdb0fa88d77acc22342568 authored by Lianwei Wang on 20 April 2016, 06:36:20 UTC, committed by Lianwei Wang on 21 May 2016, 06:12:14 UTC
Currently it just print a warning message but did not
reset cpu_hotplug_disabled when the enable/disable is
unbalanced. The unbalanced enable/disable will lead
the cpu hotplug work abnormally.

Do nothing if an unablanced hotplug enable detected.

Signed-off-by: Lianwei Wang <lianwei.wang@gmail.com>
1 parent 2f37dd1
History
Tip revision: 74559c69e8cdc3ad60bdb0fa88d77acc22342568 authored by Lianwei Wang on 20 April 2016, 06:36:20 UTC
cpu/hotplug: handle unbalanced hotplug enable/disable
Tip revision: 74559c6
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 185 bytes
balloc.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 8.4 KB
file.c -rw-r--r-- 1.2 KB
ialloc.c -rw-r--r-- 5.8 KB
inode.c -rw-r--r-- 9.3 KB
itree.c -rw-r--r-- 11.5 KB
namei.c -rw-r--r-- 5.8 KB
super.c -rw-r--r-- 15.1 KB
sysv.h -rw-r--r-- 7.7 KB

back to top