patch-2.4.0-test9 linux/drivers/acpi/common/cmalloc.c

Next file: linux/drivers/acpi/common/cmclib.c
Previous file: linux/drivers/acpi/common/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/acpi/common/cmalloc.c linux/drivers/acpi/common/cmalloc.c
@@ -1,6 +1,7 @@
 /******************************************************************************
  *
  * Module Name: cmalloc - local memory allocation routines
+ *              $Revision: 73 $
  *
  *****************************************************************************/
 
@@ -24,13 +25,13 @@
 
 
 #include "acpi.h"
-#include "parser.h"
-#include "interp.h"
-#include "namesp.h"
-#include "globals.h"
+#include "acparser.h"
+#include "acinterp.h"
+#include "acnamesp.h"
+#include "acglobal.h"
 
 #define _COMPONENT          MISCELLANEOUS
-	 MODULE_NAME         ("cmalloc");
+	 MODULE_NAME         ("cmalloc")
 
 
 /*****************************************************************************
@@ -52,8 +53,8 @@
 _cm_allocate (
 	u32                     size,
 	u32                     component,
-	ACPI_STRING             module,
-	s32                     line)
+	NATIVE_CHAR             *module,
+	u32                     line)
 {
 	void                    *address = NULL;
 
@@ -98,8 +99,8 @@
 _cm_callocate (
 	u32                     size,
 	u32                     component,
-	ACPI_STRING             module,
-	s32                     line)
+	NATIVE_CHAR             *module,
+	u32                     line)
 {
 	void                    *address = NULL;
 
@@ -146,8 +147,8 @@
 _cm_free (
 	void                    *address,
 	u32                     component,
-	ACPI_STRING             module,
-	s32                     line)
+	NATIVE_CHAR             *module,
+	u32                     line)
 {
 
 	if (NULL == address) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)