source: trunk/packages/xen-3.1/xen-3.1/xen/arch/ia64/linux/hpsim.S @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 146 bytes
Line 
1#include <asm/asmmacro.h>
2
3/*
4 * Simulator system call.
5 */
6GLOBAL_ENTRY(ia64_ssc)
7        mov r15=r36
8        break 0x80001
9        br.ret.sptk.many rp
10END(ia64_ssc)
Note: See TracBrowser for help on using the repository browser.