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
xfs_dquot.c -rw-r--r-- 40.3 KB
xfs_dquot.h -rw-r--r-- 6.6 KB
xfs_dquot_item.c -rw-r--r-- 18.6 KB
xfs_dquot_item.h -rw-r--r-- 1.9 KB
xfs_qm.c -rw-r--r-- 69.7 KB
xfs_qm.h -rw-r--r-- 7.6 KB
xfs_qm_bhv.c -rw-r--r-- 10.1 KB
xfs_qm_stats.c -rw-r--r-- 3.0 KB
xfs_qm_stats.h -rw-r--r-- 1.5 KB
xfs_qm_syscalls.c -rw-r--r-- 39.2 KB
xfs_quota_priv.h -rw-r--r-- 5.9 KB
xfs_trans_dquot.c -rw-r--r-- 22.3 KB

back to top