Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/include remove <machine/param.h> include, nothi...



details:   https://anonhg.NetBSD.org/src/rev/0d8373fcc3db
branches:  trunk
changeset: 447376:0d8373fcc3db
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Jan 08 20:08:28 2019 +0000

description:
remove <machine/param.h> include, nothing from it is actually used here

diffstat:

 sys/arch/sh3/include/proc.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ac081527e16b -r 0d8373fcc3db sys/arch/sh3/include/proc.h
--- a/sys/arch/sh3/include/proc.h       Tue Jan 08 19:53:40 2019 +0000
+++ b/sys/arch/sh3/include/proc.h       Tue Jan 08 20:08:28 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.17 2012/07/08 20:14:11 dsl Exp $    */
+/*     $NetBSD: proc.h,v 1.18 2019/01/08 20:08:28 jdolecek Exp $       */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved.
@@ -39,8 +39,6 @@
  * Machine-dependent part of the proc structure for sh3.
  */
 
-#include <machine/param.h>
-
 /* Kernel stack PTE */
 struct md_upte {
        uint32_t addr;



Home | Main Index | Thread Index | Old Index