aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1999-04-24 04:16:22 +0000
committerKATO Takenori <kato@FreeBSD.org>1999-04-24 04:16:22 +0000
commit6e982e922adf189451d3aec09fa27c3cde27c359 (patch)
tree38e97db7ea046bfaf492b4557b23e5902fa5fc13 /sys
parent4e54ad63dba68ddec2f0cdb830428ab0ad89ffe1 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/legacy.c4
-rw-r--r--sys/amd64/amd64/nexus.c4
-rw-r--r--sys/i386/i386/legacy.c4
-rw-r--r--sys/i386/i386/nexus.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/amd64/amd64/legacy.c b/sys/amd64/amd64/legacy.c
index cfb7b03225052..76e4d3f8dac55 100644
--- a/sys/amd64/amd64/legacy.c
+++ b/sys/amd64/amd64/legacy.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: nexus.c,v 1.3 1999/04/19 08:04:19 peter Exp $
+ * $Id: nexus.c,v 1.4 1999/04/21 07:26:26 peter Exp $
*/
/*
@@ -245,7 +245,7 @@ nexus_alloc_resource(device_t bus, device_t child, int type, int *rid,
if (type == SYS_RES_MEMORY) {
caddr_t vaddr = 0;
- if (rv->r_end < 1024 * 1024 * 1024) {
+ if (rv->r_end < 1024 * 1024) {
/*
* The first 1Mb is mapped at KERNBASE.
*/
diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c
index cfb7b03225052..76e4d3f8dac55 100644
--- a/sys/amd64/amd64/nexus.c
+++ b/sys/amd64/amd64/nexus.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: nexus.c,v 1.3 1999/04/19 08:04:19 peter Exp $
+ * $Id: nexus.c,v 1.4 1999/04/21 07:26:26 peter Exp $
*/
/*
@@ -245,7 +245,7 @@ nexus_alloc_resource(device_t bus, device_t child, int type, int *rid,
if (type == SYS_RES_MEMORY) {
caddr_t vaddr = 0;
- if (rv->r_end < 1024 * 1024 * 1024) {
+ if (rv->r_end < 1024 * 1024) {
/*
* The first 1Mb is mapped at KERNBASE.
*/
diff --git a/sys/i386/i386/legacy.c b/sys/i386/i386/legacy.c
index cfb7b03225052..76e4d3f8dac55 100644
--- a/sys/i386/i386/legacy.c
+++ b/sys/i386/i386/legacy.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: nexus.c,v 1.3 1999/04/19 08:04:19 peter Exp $
+ * $Id: nexus.c,v 1.4 1999/04/21 07:26:26 peter Exp $
*/
/*
@@ -245,7 +245,7 @@ nexus_alloc_resource(device_t bus, device_t child, int type, int *rid,
if (type == SYS_RES_MEMORY) {
caddr_t vaddr = 0;
- if (rv->r_end < 1024 * 1024 * 1024) {
+ if (rv->r_end < 1024 * 1024) {
/*
* The first 1Mb is mapped at KERNBASE.
*/
diff --git a/sys/i386/i386/nexus.c b/sys/i386/i386/nexus.c
index cfb7b03225052..76e4d3f8dac55 100644
--- a/sys/i386/i386/nexus.c
+++ b/sys/i386/i386/nexus.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: nexus.c,v 1.3 1999/04/19 08:04:19 peter Exp $
+ * $Id: nexus.c,v 1.4 1999/04/21 07:26:26 peter Exp $
*/
/*
@@ -245,7 +245,7 @@ nexus_alloc_resource(device_t bus, device_t child, int type, int *rid,
if (type == SYS_RES_MEMORY) {
caddr_t vaddr = 0;
- if (rv->r_end < 1024 * 1024 * 1024) {
+ if (rv->r_end < 1024 * 1024) {
/*
* The first 1Mb is mapped at KERNBASE.
*/