Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Add no-profiled attribute for splhigh_...



details:   https://anonhg.NetBSD.org/src/rev/234e18b5e5b7
branches:  trunk
changeset: 959498:234e18b5e5b7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Feb 16 05:11:26 2021 +0000

description:
Add no-profiled attribute for splhigh_noprof() and splx_noprof().

diffstat:

 sys/arch/mips/include/intr.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 48b6b19de91f -r 234e18b5e5b7 sys/arch/mips/include/intr.h
--- a/sys/arch/mips/include/intr.h      Mon Feb 15 23:46:46 2021 +0000
+++ b/sys/arch/mips/include/intr.h      Tue Feb 16 05:11:26 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.12 2020/08/17 14:17:49 skrll Exp $ */
+/* $NetBSD: intr.h,v 1.13 2021/02/16 05:11:26 simonb Exp $ */
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -125,7 +125,7 @@
 #endif /* __INTR_PRIVATE */
 
 int    splhigh(void);
-int    splhigh_noprof(void);
+int    __noprofile splhigh_noprof(void);
 int    splsched(void);
 int    splvm(void);
 int    splsoftserial(void);
@@ -134,7 +134,7 @@
 int    splsoftclock(void);
 int    splraise(int);
 void   splx(int);
-void   splx_noprof(int);
+void   __noprofile splx_noprof(int);
 void   spl0(void);
 int    splintr(uint32_t *);
 void   _setsoftintr(uint32_t);



Home | Main Index | Thread Index | Old Index