Re: Remove COMPAT_LINUX leftover from arm

2010-12-06 Thread Ted Unangst
On Mon, Dec 6, 2010 at 12:54 PM, Jasper Lievisse Adriaanse
 wrote:
> None of the arm ports are using COMPAT_LINUX, hence this is commented.
> And should be removed too?

do it.



Remove COMPAT_LINUX leftover from arm

2010-12-06 Thread Jasper Lievisse Adriaanse
None of the arm ports are using COMPAT_LINUX, hence this is commented.
And should be removed too?

-- 
Cheers,
Jasper

"During times of universal deceit,
 telling the truth becomes a revolutionary act."

Index: arm/conf/files.arm
===
RCS file: /cvs/src/sys/arch/arm/conf/files.arm,v
retrieving revision 1.15
diff -p -u -p -u -r1.15 files.arm
--- arm/conf/files.arm  8 May 2009 02:57:32 -   1.15
+++ arm/conf/files.arm  18 Aug 2010 18:03:03 -
@@ -104,14 +104,6 @@ file   arch/arm/arm/vm_machdep.c
 # arm library functions
 file   arch/arm/arm/bcopy_page.S   
 
-# Linux binary compatibility (COMPAT_LINUX)
-#include "compat/ossaudio/files.ossaudio"
-#include "compat/linux/files.linux"
-#include "compat/linux/arch/arm/files.linux_arm"
-#file  arch/arm/arm/linux_sigcode.Scompat_linux
-#file  arch/arm/arm/linux_syscall.ccompat_linux
-#file  arch/arm/arm/linux_trap.c   compat_linux
-
 # machine-dependent libkern components
 file   lib/libkern/arch/arm/divsi3.S
 file   lib/libkern/arch/arm/memcpy.S