64bit Fusion build

Removed Intel specific features of Linux Kernel and replaced with AMD.
Modified fglrx build for 64bit and added 32bit Emulation to the Kernel
to enable the fglrx 32bit registration code to compile.
This commit is contained in:
Lionel Widdifield 2011-09-09 11:49:38 -07:00 committed by Stephan Raue
parent 535d9ef0f3
commit 2114e13a16
2 changed files with 3045 additions and 0 deletions

View File

@ -35,6 +35,7 @@ cd $PKG_BUILD/common/lib/modules/fglrx/build_mod
ln -sf $ROOT/$PKG_BUILD/arch/$FGLRX_ARCH/lib/modules/fglrx/build_mod/libfglrx_ip.a .
cd 2.6.x
sed -i -e 's/ -DPAGE_ATTR_FIX=/-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space -DPAGE_ATTR_FIX=/' Makefile
make CC=${CC} KDIR=$(kernel_path)

File diff suppressed because it is too large Load Diff