Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Make alpha_pal_halt, alpha_pal_wrent, a...



details:   https://anonhg.NetBSD.org/src/rev/968958ecf249
branches:  trunk
changeset: 526912:968958ecf249
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 13 21:38:30 2002 +0000

description:
Make alpha_pal_halt, alpha_pal_wrent, and alpha_pal_wrvptptr no-profile.

diffstat:

 sys/arch/alpha/alpha/pal.s |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r aae6c295c5ee -r 968958ecf249 sys/arch/alpha/alpha/pal.s
--- a/sys/arch/alpha/alpha/pal.s        Mon May 13 21:38:09 2002 +0000
+++ b/sys/arch/alpha/alpha/pal.s        Mon May 13 21:38:30 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pal.s,v 1.14 1999/12/02 22:08:04 thorpej Exp $ */
+/* $NetBSD: pal.s,v 1.15 2002/05/13 21:38:30 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -39,7 +39,7 @@
  * and Richard T. Witek.
  */
 
-__KERNEL_RCSID(1, "$NetBSD: pal.s,v 1.14 1999/12/02 22:08:04 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: pal.s,v 1.15 2002/05/13 21:38:30 thorpej Exp $");
 
 inc2:  .stabs  __FILE__,132,0,0,inc2; .loc     1 __LINE__
 /*
@@ -92,7 +92,7 @@
  * alpha_pal_halt: Halt the processor. [PRIVILEGED]
  */
        .text
-LEAF(alpha_pal_halt,0)
+LEAF_NOPROFILE(alpha_pal_halt,0)
        call_pal PAL_halt
        br      zero,alpha_pal_halt     /* Just in case */
        RET
@@ -139,7 +139,7 @@
  *     a1      vector selector
  */
        .text
-LEAF(alpha_pal_wrent,2)
+LEAF_NOPROFILE(alpha_pal_wrent,2)
        call_pal PAL_OSF1_wrent
        RET
        END(alpha_pal_wrent)
@@ -151,7 +151,7 @@
  *     a0      new virtual page table pointer
  */
        .text
-LEAF(alpha_pal_wrvptptr,1)
+LEAF_NOPROFILE(alpha_pal_wrvptptr,1)
        call_pal PAL_OSF1_wrvptptr
        RET
        END(alpha_pal_wrvptptr)



Home | Main Index | Thread Index | Old Index