Module Name: src Committed By: jdolecek Date: Tue Jan 8 20:08:28 UTC 2019
Modified Files: src/sys/arch/sh3/include: proc.h Log Message: remove <machine/param.h> include, nothing from it is actually used here To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sh3/include/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sh3/include/proc.h diff -u src/sys/arch/sh3/include/proc.h:1.17 src/sys/arch/sh3/include/proc.h:1.18 --- src/sys/arch/sh3/include/proc.h:1.17 Sun Jul 8 20:14:11 2012 +++ src/sys/arch/sh3/include/proc.h Tue Jan 8 20:08:28 2019 @@ -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;