No need to check for AIM here

This block is already in a #ifdef AIM block.
This commit is contained in:
Justin Hibbits 2017-10-20 03:13:31 +00:00
parent 15f9620e36
commit 95ce4c00ec

View File

@ -461,7 +461,7 @@ openfirmware_core(void *args)
/* Restore initially saved trap vectors */
ofw_restore_trap_vec(save_trap_init);
#if defined(AIM) && !defined(__powerpc64__)
#ifndef __powerpc64__
/*
* Clear battable[] translations
*/