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-- 425 bytes
acl.c -rw-r--r-- 5.5 KB
endian24.h -rw-r--r-- 1.5 KB
file.c -rw-r--r-- 3.2 KB
inode.c -rw-r--r-- 8.9 KB
jfs_acl.h -rw-r--r-- 1.2 KB
jfs_btree.h -rw-r--r-- 4.0 KB
jfs_debug.c -rw-r--r-- 3.3 KB
jfs_debug.h -rw-r--r-- 3.6 KB
jfs_dinode.h -rw-r--r-- 4.9 KB
jfs_dmap.c -rw-r--r-- 110.8 KB
jfs_dmap.h -rw-r--r-- 11.6 KB
jfs_dtree.c -rw-r--r-- 100.5 KB
jfs_dtree.h -rw-r--r-- 6.7 KB
jfs_extent.c -rw-r--r-- 17.8 KB
jfs_extent.h -rw-r--r-- 1.3 KB
jfs_filsys.h -rw-r--r-- 8.9 KB
jfs_imap.c -rw-r--r-- 85.0 KB
jfs_imap.h -rw-r--r-- 6.7 KB
jfs_incore.h -rw-r--r-- 6.7 KB
jfs_inode.c -rw-r--r-- 2.6 KB
jfs_inode.h -rw-r--r-- 1.8 KB
jfs_lock.h -rw-r--r-- 1.5 KB
jfs_logmgr.c -rw-r--r-- 59.5 KB
jfs_logmgr.h -rw-r--r-- 14.9 KB
jfs_metapage.c -rw-r--r-- 20.2 KB
jfs_metapage.h -rw-r--r-- 4.2 KB
jfs_mount.c -rw-r--r-- 12.7 KB
jfs_superblock.h -rw-r--r-- 4.2 KB
jfs_txnmgr.c -rw-r--r-- 76.0 KB
jfs_txnmgr.h -rw-r--r-- 8.2 KB
jfs_types.h -rw-r--r-- 4.6 KB
jfs_umount.c -rw-r--r-- 4.0 KB
jfs_unicode.c -rw-r--r-- 3.3 KB
jfs_unicode.h -rw-r--r-- 3.7 KB
jfs_uniupr.c -rw-r--r-- 7.5 KB
jfs_xattr.h -rw-r--r-- 2.6 KB
jfs_xtree.c -rw-r--r-- 98.2 KB
jfs_xtree.h -rw-r--r-- 4.2 KB
namei.c -rw-r--r-- 35.0 KB
resize.c -rw-r--r-- 14.8 KB
super.c -rw-r--r-- 17.5 KB
symlink.c -rw-r--r-- 1.3 KB
xattr.c -rw-r--r-- 28.0 KB

back to top