inorder: make InOrder CPU FS compilable/visible

make syscall a SE mode only functionality
copy over basic FS functions (hwrei) to make FS compile
This commit is contained in:
Korey Sewell
2011-06-19 21:43:39 -04:00
parent d71b95d84d
commit e8b7df072b
8 changed files with 176 additions and 22 deletions

View File

@@ -270,7 +270,8 @@ if env['FULL_SYSTEM']:
'tsunami-simple-atomic-dual',
'tsunami-simple-timing-dual',
'twosys-tsunami-simple-atomic',
'tsunami-o3', 'tsunami-o3-dual']
'tsunami-o3', 'tsunami-o3-dual',
'tsunami-inorder']
if env['TARGET_ISA'] == 'sparc':
configs += ['t1000-simple-atomic',
't1000-simple-timing']