From 82867933223e0fe00c89272afeefd9e114a29b2e Mon Sep 17 00:00:00 2001 From: tedu Date: Fri, 19 Aug 2016 20:48:36 +0000 Subject: [PATCH] move mem.c to hppa directory like every other arch. (probably landed in dev because it has support for this viper thing, but i like consistency for the /dev/null parts.) ok kettenis --- sys/arch/hppa/conf/files.hppa | 4 ++-- sys/arch/hppa/{dev => hppa}/mem.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename sys/arch/hppa/{dev => hppa}/mem.c (99%) diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 50ec2dcec74..a5316fea04a 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.95 2016/01/08 15:54:13 jcs Exp $ +# $OpenBSD: files.hppa,v 1.96 2016/08/19 20:48:36 tedu Exp $ # # hppa-specific configuration info @@ -116,7 +116,7 @@ file arch/hppa/dev/lcd.c lcd needs-flag device mem attach mem at gedoens -file arch/hppa/dev/mem.c mem +file arch/hppa/hppa/mem.c mem device cpu attach cpu at gedoens diff --git a/sys/arch/hppa/dev/mem.c b/sys/arch/hppa/hppa/mem.c similarity index 99% rename from sys/arch/hppa/dev/mem.c rename to sys/arch/hppa/hppa/mem.c index 5e41d8fe050..6b43cccb6e3 100644 --- a/sys/arch/hppa/dev/mem.c +++ b/sys/arch/hppa/hppa/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.37 2016/08/01 15:58:22 tedu Exp $ */ +/* $OpenBSD: mem.c,v 1.1 2016/08/19 20:48:36 tedu Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff -- 2.20.1