Remove a comment that's bogus.

Include opt_cputype.h since TARGET_OCTEON moved there.
This commit is contained in:
Warner Losh 2009-11-24 16:30:29 +00:00
parent bf718921ac
commit 8fccbb54b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=199753

View File

@ -44,6 +44,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_cputype.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
@ -265,7 +267,6 @@ mainbus_activate_resource(device_t bus, device_t child, int type, int rid,
+ poffs;
}
rman_set_virtual(r, vaddr);
/* IBM-PC: the type of bus_space_handle_t is u_int */
#ifdef TARGET_OCTEON
temp = 0x0000000000000000;
temp |= (uint32_t)vaddr;