Remove COMPAT_LINUX leftover from arm

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jasper Lievisse Adriaanse
Date: Monday, December 6, 2010 - 10:54 am

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 -0000	1.15
+++ arm/conf/files.arm	18 Aug 2010 18:03:03 -0000
@@ -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.S		compat_linux
-#file	arch/arm/arm/linux_syscall.c		compat_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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Remove COMPAT_LINUX leftover from arm, Jasper Lievisse Adri ..., (Mon Dec 6, 10:54 am)
Re: Remove COMPAT_LINUX leftover from arm, Ted Unangst, (Mon Dec 6, 11:48 am)