Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/booke e500_cpunode_submatch() shoul...



details:   https://anonhg.NetBSD.org/src/rev/b00c1509583f
branches:  trunk
changeset: 935557:b00c1509583f
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 08:14:54 2020 +0000

description:
e500_cpunode_submatch() should be declared regardless of _KERNEL_OPT.

diffstat:

 sys/arch/powerpc/include/booke/e500var.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r f09dea555edb -r b00c1509583f sys/arch/powerpc/include/booke/e500var.h
--- a/sys/arch/powerpc/include/booke/e500var.h  Mon Jul 06 08:13:00 2020 +0000
+++ b/sys/arch/powerpc/include/booke/e500var.h  Mon Jul 06 08:14:54 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: e500var.h,v 1.7 2012/11/27 19:24:47 matt Exp $ */
+/*     $NetBSD: e500var.h,v 1.8 2020/07/06 08:14:54 rin Exp $  */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -78,9 +78,7 @@
 u_int  e500_truth_decode(u_int, uint32_t, const struct e500_truthtab *,
            size_t, u_int);
 uint16_t e500_get_svr(void);
-#ifdef _KERNEL_OPT
 int    e500_cpunode_submatch(device_t, cfdata_t, const char *, void *);
-#endif
 
 /*
  * Used by MP hatch code to fetch the TLB1 entries so they be setup on the



Home | Main Index | Thread Index | Old Index