Module Name: src Committed By: skrll Date: Thu Apr 16 05:22:59 UTC 2020
Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: More KNF To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hppa/hppa/pmap.c 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/hppa/hppa/pmap.c diff -u src/sys/arch/hppa/hppa/pmap.c:1.109 src/sys/arch/hppa/hppa/pmap.c:1.110 --- src/sys/arch/hppa/hppa/pmap.c:1.109 Wed Apr 15 15:50:15 2020 +++ src/sys/arch/hppa/hppa/pmap.c Thu Apr 16 05:22:59 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $ */ +/* $NetBSD: pmap.c,v 1.110 2020/04/16 05:22:59 skrll Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.110 2020/04/16 05:22:59 skrll Exp $"); #include "opt_cputype.h" @@ -83,8 +83,8 @@ __KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.1 #include <machine/iomod.h> #include <machine/pcb.h> #include <machine/pmap.h> -#include <machine/pte.h> #include <machine/psl.h> +#include <machine/pte.h> #include <machine/reg.h> #include <hppa/hppa/hpt.h>