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-- 377 bytes
acl.c -rw-r--r-- 12.4 KB
acl.h -rw-r--r-- 1.7 KB
balloc.c -rw-r--r-- 43.3 KB
bitmap.c -rw-r--r-- 669 bytes
dir.c -rw-r--r-- 13.2 KB
file.c -rw-r--r-- 3.5 KB
fsync.c -rw-r--r-- 2.6 KB
hash.c -rw-r--r-- 3.1 KB
ialloc.c -rw-r--r-- 21.0 KB
inode.c -rw-r--r-- 89.1 KB
ioctl.c -rw-r--r-- 5.9 KB
namei.c -rw-r--r-- 64.1 KB
namei.h -rw-r--r-- 170 bytes
resize.c -rw-r--r-- 31.6 KB
super.c -rw-r--r-- 74.4 KB
symlink.c -rw-r--r-- 1.3 KB
xattr.c -rw-r--r-- 34.2 KB
xattr.h -rw-r--r-- 4.0 KB
xattr_security.c -rw-r--r-- 1.8 KB
xattr_trusted.c -rw-r--r-- 1.6 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top