From 23b9792681d4cd794b0ad74138160a37b8bdac8f Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 5 May 2015 03:22:30 -0400 Subject: arm: Remove unnecessary boot uncachability With the recent patches addressing how we deal with uncacheable accesses there is no longer need for the work arounds put in place to enforce certain sections of memory to be uncacheable during boot. --- src/arch/arm/freebsd/system.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/arm/freebsd/system.hh') diff --git a/src/arch/arm/freebsd/system.hh b/src/arch/arm/freebsd/system.hh index e0a533e13..17ace7cc6 100644 --- a/src/arch/arm/freebsd/system.hh +++ b/src/arch/arm/freebsd/system.hh @@ -79,8 +79,6 @@ class FreebsdArmSystem : public GenericArmSystem void initState(); - bool adderBootUncacheable(Addr a); - void startup(); /** This function creates a new task Id for the given pid. -- cgit v1.2.3