Commit 04d03bc5 authored by Paul Mackerras's avatar Paul Mackerras Committed by Roland Dreier

IB/ehca: Fix eHCA driver compilation for uniprocessor

The eHCA driver does not compile for a uniprocessor configuration
(CONFIG_SMP=n), due to H_SUCCESS and other symbols being undefined.
This fixes it.
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
Acked-by: default avatarHoang-Nam Nguyen <HNGUYEN@de.ibm.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 255d0c14
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
#include <asm/ibmebus.h> #include <asm/ibmebus.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/hvcall.h>
extern int ehca_debug_level; extern int ehca_debug_level;
......
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