Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/stand/ia64/ski add noinline attribute
details: https://anonhg.NetBSD.org/src/rev/09a07ac45111
branches: trunk
changeset: 968385:09a07ac45111
user: scole <scole%NetBSD.org@localhost>
date: Tue Jan 14 16:23:07 2020 +0000
description:
add noinline attribute
diffstat:
sys/arch/ia64/stand/ia64/ski/ssc.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c3ba92f11abf -r 09a07ac45111 sys/arch/ia64/stand/ia64/ski/ssc.c
--- a/sys/arch/ia64/stand/ia64/ski/ssc.c Tue Jan 14 15:43:19 2020 +0000
+++ b/sys/arch/ia64/stand/ia64/ski/ssc.c Tue Jan 14 16:23:07 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ssc.c,v 1.3 2009/07/20 04:59:04 kiyohara Exp $ */
+/* $NetBSD: ssc.c,v 1.4 2020/01/14 16:23:07 scole Exp $ */
/*-
* Copyright (c) 2001 Doug Rabson
@@ -41,6 +41,8 @@
* PSR.dt across the SSC call. We do this by saving and restoring psr.l
* completely.
*/
+
+__attribute__((__noinline__))
u_int64_t
ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which)
{
Home |
Main Index |
Thread Index |
Old Index