Commit 08c3aca7 authored by Matthew Dobson's avatar Matthew Dobson Committed by Linus Torvalds

[PATCH] Fix num_online_nodes() warning on NUMA-Q

More missing nodemask.h inclusions.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f6e3685e
......@@ -4,6 +4,7 @@
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/nodemask.h>
#include "pci.h"
#define BUS2QUAD(global) (mp_bus_id_to_node[global])
......
......@@ -3,6 +3,7 @@
#include <asm/io.h>
#include <linux/mmzone.h>
#include <linux/nodemask.h>
#define APIC_DFR_VALUE (APIC_DFR_CLUSTER)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment