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-- 640 bytes
Makefile -rw-r--r-- 207 bytes
alloc.c -rw-r--r-- 14.3 KB
anode.c -rw-r--r-- 15.4 KB
buffer.c -rw-r--r-- 5.3 KB
dentry.c -rw-r--r-- 1.4 KB
dir.c -rw-r--r-- 8.7 KB
dnode.c -rw-r--r-- 30.4 KB
ea.c -rw-r--r-- 11.4 KB
file.c -rw-r--r-- 5.5 KB
hpfs.h -rw-r--r-- 17.9 KB
hpfs_fn.h -rw-r--r-- 12.9 KB
inode.c -rw-r--r-- 8.8 KB
map.c -rw-r--r-- 9.7 KB
name.c -rw-r--r-- 3.1 KB
namei.c -rw-r--r-- 15.6 KB
super.c -rw-r--r-- 19.4 KB

back to top