]> Git Repo - linux.git/blob - arch/ia64/hp/sim/hpsim.S
drm/i915: Flush pages on acquisition
[linux.git] / arch / ia64 / hp / sim / hpsim.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/asmmacro.h>
3
4 /*
5  * Simulator system call.
6  */
7 GLOBAL_ENTRY(ia64_ssc)
8         mov r15=r36
9         break 0x80001
10         br.ret.sptk.many rp
11 END(ia64_ssc)
This page took 0.027376 seconds and 4 git commands to generate.