Commit 5b221278 authored by Ingo Molnar's avatar Ingo Molnar

x86: uv cleanup, build fix #2

Fix more build-failure fallout from the UV cleanup - the UV drivers
were not updated to include <asm/uv/uv.h>.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ace6c6c8
......@@ -19,6 +19,8 @@
#ifndef __GRU_H__
#define __GRU_H__
#include <asm/uv/uv.h>
/*
* GRU architectural definitions
*/
......
......@@ -15,6 +15,8 @@
#include <linux/mutex.h>
#include <asm/uv/uv.h>
#ifdef CONFIG_IA64
#include <asm/system.h>
#include <asm/sn/arch.h> /* defines is_shub1() and is_shub2() */
......
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