diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-19 20:48:37 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-19 20:48:37 +0000 |
commit | b3a50b8674f60a3dbfc7404074e8e42d33912e98 (patch) | |
tree | 15b4734bae7d16c7254ac24dbb79a5fe8a0b9b93 /sys/arch/hppa | |
parent | 561be3977ed565e63471d9b3007b4108a4231902 (diff) |
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
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 4 | ||||
-rw-r--r-- | sys/arch/hppa/hppa/mem.c (renamed from sys/arch/hppa/dev/mem.c) | 2 |
2 files changed, 3 insertions, 3 deletions
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 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 |