Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bff1592 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up NUMA build error with se7722_defconfig.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 3231739d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
#ifdef __KERNEL__

#ifdef CONFIG_NEED_MULTIPLE_NODES
#include <linux/numa.h>

extern struct pglist_data *node_data[];
#define NODE_DATA(nid)		(node_data[nid])

+1 −1
Original line number Diff line number Diff line
#ifndef _SH_SETUP_H
#define _SH_SETUP_H

#include <asm/mmzone.h>
#include <linux/mmzone.h>

#define COMMAND_LINE_SIZE 256