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
Makefile -rw-r--r-- 251 bytes
attr.c -rw-r--r-- 2.6 KB
bfind.c -rw-r--r-- 4.4 KB
bitmap.c -rw-r--r-- 5.8 KB
bnode.c -rw-r--r-- 11.3 KB
brec.c -rw-r--r-- 13.0 KB
btree.c -rw-r--r-- 7.9 KB
btree.h -rw-r--r-- 5.4 KB
catalog.c -rw-r--r-- 9.0 KB
dir.c -rw-r--r-- 8.0 KB
extent.c -rw-r--r-- 13.5 KB
hfs.h -rw-r--r-- 9.0 KB
hfs_fs.h -rw-r--r-- 8.6 KB
inode.c -rw-r--r-- 17.3 KB
mdb.c -rw-r--r-- 10.1 KB
part_tbl.c -rw-r--r-- 2.9 KB
string.c -rw-r--r-- 3.7 KB
super.c -rw-r--r-- 11.6 KB
sysdep.c -rw-r--r-- 954 bytes
trans.c -rw-r--r-- 3.3 KB

back to top