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

Commit ecd76065 authored by Nagireddy Annem's avatar Nagireddy Annem Committed by Gerrit - the friendly Code Review server
Browse files

arm: smp: export percpu declarations to generic smp code



fix compilation error while using percpu macro's in arch
independent smp code.

Change-Id: Ib2cff05d7818cbdfec4ad4f897557b1867f7f38b
Signed-off-by: default avatarNagireddy Annem <nannem@codeaurora.org>
parent 4440785e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#ifndef __ASM_ARM_SMP_H
#define __ASM_ARM_SMP_H

#include <asm/percpu.h>
#include <linux/threads.h>
#include <linux/cpumask.h>
#include <linux/thread_info.h>