Revision 91dc182ca6e25ee8b648ed2fb2a41859ead34903 authored by Dave C Boutcher on 14 January 2006, 00:39:24 UTC, committed by Paul Mackerras on 14 January 2006, 01:04:25 UTC
Handle the ibm,suspend-me RTAS call specially.  It needs
to be wrapped in a set of synchronization hypervisor calls
(H_Join).  When the H_Join calls are made on all CPUs, the
intent is that only one will return with H_Continue, meaning
that he is the "last man standing".  That CPU then issues the
ibm,suspend-me call.  What is interesting, of course, is that
the CPU running when the rtas syscall is made, may NOT be the
CPU that ultimately executes the ibm,suspend-me rtas call.

Signed-off-by: Dave Boutcher <sleddog@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 91f62a2
History
File Mode Size
LICENCE -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 609 bytes
README.Locking -rw-r--r-- 6.3 KB
TODO -rw-r--r-- 2.1 KB
background.c -rw-r--r-- 3.7 KB
build.c -rw-r--r-- 10.1 KB
compr.c -rw-r--r-- 16.8 KB
compr.h -rw-r--r-- 3.5 KB
compr_rtime.c -rw-r--r-- 2.9 KB
compr_rubin.c -rw-r--r-- 7.5 KB
compr_rubin.h -rw-r--r-- 520 bytes
compr_zlib.c -rw-r--r-- 5.7 KB
comprtest.c -rw-r--r-- 25.9 KB
debug.c -rw-r--r-- 21.5 KB
debug.h -rw-r--r-- 8.0 KB
dir.c -rw-r--r-- 21.5 KB
erase.c -rw-r--r-- 13.2 KB
file.c -rw-r--r-- 8.1 KB
fs.c -rw-r--r-- 18.2 KB
gc.c -rw-r--r-- 42.6 KB
histo.h -rw-r--r-- 169 bytes
histo_mips.h -rw-r--r-- 105 bytes
ioctl.c -rw-r--r-- 555 bytes
malloc.c -rw-r--r-- 4.9 KB
nodelist.c -rw-r--r-- 29.4 KB
nodelist.h -rw-r--r-- 15.5 KB
nodemgmt.c -rw-r--r-- 26.8 KB
os-linux.h -rw-r--r-- 7.8 KB
pushpull.h -rw-r--r-- 1.3 KB
read.c -rw-r--r-- 6.8 KB
readinode.c -rw-r--r-- 28.7 KB
scan.c -rw-r--r-- 29.3 KB
summary.c -rw-r--r-- 18.7 KB
summary.h -rw-r--r-- 5.5 KB
super.c -rw-r--r-- 9.5 KB
symlink.c -rw-r--r-- 1.8 KB
wbuf.c -rw-r--r-- 36.2 KB
write.c -rw-r--r-- 21.0 KB
writev.c -rw-r--r-- 1.8 KB

README.Locking

back to top