#ifndef __ASMARM_MMU_H_ #define __ASMARM_MMU_H_ /* * Copyright (C) 2014, Red Hat Inc, Andrew Jones * * This work is licensed under the terms of the GNU LGPL, version 2. */ #define mmu_enabled() (0) #endif /* __ASMARM_MMU_H_ */