summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorSumit Singh <sumsingh@nvidia.com>2014-02-18 18:36:28 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2014-03-21 03:59:30 -0700
commit05aba0419844a7261e5ed06f49dc99216ea70744 (patch)
tree1a76ea19310aa0c11e6e2e13764e3eebac42a93d /arch/arm/include
parent14ad62abbcc1b2a331ff08a2fb874e5eb3c17a01 (diff)
arm: including asm-generic/processor.h
Here we are including asm-generic/processor.h because it has defined some generic macros which can be used by any architecture for optimaztion of power usage. bug 1440421 Change-Id: I39db944d348b3dad9235b76d8c7ea3867c0006ce Signed-off-by: Sumit Singh <sumsingh@nvidia.com> Reviewed-on: http://git-master/r/368823 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Reviewed-by: Peng Du <pdu@nvidia.com> Reviewed-by: Sri Krishna Chowdary <schowdary@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/processor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/processor.h b/arch/arm/include/asm/processor.h
index 413f3876341c..96c8c3122cec 100644
--- a/arch/arm/include/asm/processor.h
+++ b/arch/arm/include/asm/processor.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 1995-1999 Russell King
*
+ * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
@@ -114,4 +116,6 @@ static inline void prefetch(const void *ptr)
#endif
+#include <asm-generic/processor.h>
+
#endif /* __ASM_ARM_PROCESSOR_H */