patch-2.4.14 linux/drivers/acpi/include/platform/aclinux.h
Next file: linux/drivers/acpi/namespace/nsaccess.c
Previous file: linux/drivers/acpi/include/platform/acgcc.h
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
Wed Oct 24 14:06:22 2001
-  Orig file: 
v2.4.13/linux/drivers/acpi/include/platform/aclinux.h
-  Orig date: 
Tue Jul  3 17:08:19 2001
diff -u --recursive --new-file v2.4.13/linux/drivers/acpi/include/platform/aclinux.h linux/drivers/acpi/include/platform/aclinux.h
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: aclinux.h - OS specific defines, etc.
- *       $Revision: 13 $
+ *       $Revision: 14 $
  *
  *****************************************************************************/
 
@@ -57,15 +57,6 @@
 
 #undef DEBUGGER_THREADING
 #define DEBUGGER_THREADING          DEBUGGER_SINGLE_THREADED
-
-#ifndef _IA64
-/* Linux ia32 can't do int64 well */
-#define ACPI_NO_INTEGER64_SUPPORT
-/* And the ia32 kernel doesn't include 64-bit divide support */
-#define ACPI_DIV64(dividend, divisor) do_div(dividend, divisor)
-#else
-#define ACPI_DIV64(dividend, divisor) ACPI_DIVIDE(dividend, divisor)
-#endif
 
 
 #endif /* __ACLINUX_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)