- Enable unmapped buffers on Exynos5 again, because

board now able to see all the 2GB ram it has
- Also unbreak gcc build

Approved by:	cognet (mentor)
Approved by:	re (marius)
This commit is contained in:
Ruslan Bukin 2013-10-01 12:01:20 +00:00
parent 69c469c9d7
commit 6b7adc0cbd

View File

@ -47,8 +47,6 @@ __FBSDID("$FreeBSD$");
#define DEVMAP_BOOTSTRAP_MAP_START 0xF0000000
extern int unmapped_buf_allowed;
vm_offset_t
initarm_lastaddr(void)
{
@ -64,9 +62,6 @@ initarm_gpio_init(void)
void
initarm_late_init(void)
{
/* XXX: PR arm/180080 */
unmapped_buf_allowed = 0;
}
#define FDT_DEVMAP_MAX (1 + 2 + 1 + 1) /* FIXME */