From 50079befdc3d43306e4ae9e543f7266f1ac99aa0 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Sat, 6 Sep 2014 01:20:06 -0500 Subject: [PATCH] arm64: move spinlock.h to proper place The spinlock header file was not residing in the correct place. It needs to live under 'arch/smp'. BUG=chrome-os-partner:31761 BRANCH=None TEST=Built with SMP. spinlock.h found. Change-Id: I0e594cacfafcd6f30802c9563785ca09a2f7a2af Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/216922 Reviewed-by: Furquan Shaikh --- src/arch/arm64/include/{ => armv8/arch}/smp/spinlock.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/arch/arm64/include/{ => armv8/arch}/smp/spinlock.h (100%) diff --git a/src/arch/arm64/include/smp/spinlock.h b/src/arch/arm64/include/armv8/arch/smp/spinlock.h similarity index 100% rename from src/arch/arm64/include/smp/spinlock.h rename to src/arch/arm64/include/armv8/arch/smp/spinlock.h