x86: Rename i386 to x86

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
Graeme Russ
2011-04-13 19:43:28 +10:00
parent dbf7115a32
commit fea2572001
74 changed files with 27 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ enum {
#define XF_VERSION 6
#if defined(CONFIG_I386)
#if defined(CONFIG_X86)
extern gd_t *global_data;
#endif