ChangeSet 1.1994.13.4, 2005/03/09 01:31:00-05:00, [EMAIL PROTECTED]

        Merge intel.com:/home/lenb/src/26-stable-dev
        into intel.com:/home/lenb/src/26-latest-dev



 numa.c |    7 -------
 1 files changed, 7 deletions(-)


diff -Nru a/drivers/acpi/numa.c b/drivers/acpi/numa.c
--- a/drivers/acpi/numa.c       2005-04-01 08:16:09 -08:00
+++ b/drivers/acpi/numa.c       2005-04-01 08:16:09 -08:00
@@ -184,17 +184,10 @@
                result = acpi_table_parse_srat(ACPI_SRAT_MEMORY_AFFINITY,
                                               acpi_parse_memory_affinity,
                                               NR_NODE_MEMBLKS);        // IA64 
specific
-       } else {
-               /* FIXME */
-               printk("Warning: acpi_table_parse(ACPI_SRAT) returned 
%d!\n",result);
        }
 
        /* SLIT: System Locality Information Table */
        result = acpi_table_parse(ACPI_SLIT, acpi_parse_slit);
-       if (result < 1) {
-               /* FIXME */
-               printk("Warning: acpi_table_parse(ACPI_SLIT) returned 
%d!\n",result);
-       }
 
        acpi_numa_arch_fixup();
        return 0;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to