Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/bcm53xx Print out PMUSERSR
details: https://anonhg.NetBSD.org/src/rev/70a3f0c1a4f3
branches: trunk
changeset: 787748:70a3f0c1a4f3
user: matt <matt%NetBSD.org@localhost>
date: Sun Jun 30 22:02:56 2013 +0000
description:
Print out PMUSERSR
diffstat:
sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 41001ba21c83 -r 70a3f0c1a4f3 sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c
--- a/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c Sun Jun 30 22:02:29 2013 +0000
+++ b/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c Sun Jun 30 22:02:56 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcm53xx_machdep.c,v 1.6 2012/10/23 23:16:05 matt Exp $ */
+/* $NetBSD: bcm53xx_machdep.c,v 1.7 2013/06/30 22:02:56 matt Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#define IDM_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bcm53xx_machdep.c,v 1.6 2012/10/23 23:16:05 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bcm53xx_machdep.c,v 1.7 2013/06/30 22:02:56 matt Exp $");
#include "opt_evbarm_boardtype.h"
#include "opt_broadcom.h"
@@ -238,8 +238,8 @@
arm_cpu_max + 1, arm_cpu_max + 1 ? "s" : "",
arm_cpu_hatched);
#endif
- printf(", CLIDR=%010o CTR=%#x",
- armreg_clidr_read(), armreg_ctr_read());
+ printf(", CLIDR=%010o CTR=%#x PMUSERSR=%#x",
+ armreg_clidr_read(), armreg_ctr_read(), armreg_pmuserenr_read());
printf("\n");
#endif
Home |
Main Index |
Thread Index |
Old Index