Revision da908f2fb4e783c2a4de751fb90f11a0dd041161 authored by Zachary Amsden on 20 August 2010, 08:07:27 UTC, committed by Marcelo Tosatti on 09 September 2010, 16:48:16 UTC
The CPU_STARTING callback was added upstream with the intention
of being used for KVM, specifically for the hardware enablement
that must be done before we can run in hardware virt.  It had
bugs on the x86_64 architecture at the time, where it was called
after CPU_ONLINE.  The arches have since merged and the bug is
gone.

It might be noted other features should probably start making
use of this callback; microcode updates in particular which
might be fixing important erratums would be best applied before
beginning to run user tasks.

Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
1 parent eebb5f3
History
File Mode Size
Makefile -rw-r--r-- 683 bytes
datagram.c -rw-r--r-- 18.1 KB
dev.c -rw-r--r-- 147.3 KB
dev_addr_lists.c -rw-r--r-- 17.3 KB
drop_monitor.c -rw-r--r-- 8.6 KB
dst.c -rw-r--r-- 8.1 KB
ethtool.c -rw-r--r-- 38.3 KB
fib_rules.c -rw-r--r-- 16.5 KB
filter.c -rw-r--r-- 14.7 KB
flow.c -rw-r--r-- 10.2 KB
gen_estimator.c -rw-r--r-- 8.6 KB
gen_stats.c -rw-r--r-- 6.7 KB
iovec.c -rw-r--r-- 5.6 KB
kmap_skb.h -rw-r--r-- 360 bytes
link_watch.c -rw-r--r-- 5.4 KB
neighbour.c -rw-r--r-- 65.5 KB
net-sysfs.c -rw-r--r-- 22.7 KB
net-sysfs.h -rw-r--r-- 190 bytes
net-traces.c -rw-r--r-- 771 bytes
net_namespace.c -rw-r--r-- 13.3 KB
netevent.c -rw-r--r-- 2.0 KB
netpoll.c -rw-r--r-- 21.7 KB
pktgen.c -rw-r--r-- 93.9 KB
request_sock.c -rw-r--r-- 3.5 KB
rtnetlink.c -rw-r--r-- 43.7 KB
scm.c -rw-r--r-- 7.6 KB
skbuff.c -rw-r--r-- 75.3 KB
sock.c -rw-r--r-- 63.4 KB
stream.c -rw-r--r-- 5.1 KB
sysctl_net_core.c -rw-r--r-- 5.2 KB
timestamping.c -rw-r--r-- 2.9 KB
user_dma.c -rw-r--r-- 3.3 KB
utils.c -rw-r--r-- 6.2 KB

back to top