Files
linux/arch/arm/include/asm
Grygorii Strashko 3dc2161d8c ARM: percpu.h: fix build error
commit aa54ea903a upstream.

Fix build error for the case:
  defined(CONFIG_SMP) && !defined(CONFIG_CPU_V6)

config: keystone_defconfig

  CC      arch/arm/kernel/signal.o
  In file included from ../include/linux/random.h:14,
                    from ../arch/arm/kernel/signal.c:8:
  ../arch/arm/include/asm/percpu.h: In function ‘__my_cpu_offset’:
  ../arch/arm/include/asm/percpu.h:29:34: error: ‘current_stack_pointer’ undeclared (first use in this function); did you mean ‘user_stack_pointer’?
      : "Q" (*(const unsigned long *)current_stack_pointer));
                                     ^~~~~~~~~~~~~~~~~~~~~
                                     user_stack_pointer

Fixes: f227e3ec3b ("random32: update the net random state on interrupt and activity")
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-16 08:44:41 +09:00
..
2016-06-21 10:54:29 -05:00
2023-05-15 11:34:00 +09:00
2016-10-06 08:45:40 +01:00
2014-12-04 12:41:50 +00:00
2015-05-05 13:35:39 -06:00
2015-05-28 15:31:53 +02:00
2011-03-31 11:26:23 -03:00
2023-05-15 17:28:44 +09:00
2011-03-31 11:26:23 -03:00
2015-09-16 16:53:39 +02:00
2012-09-14 13:53:39 +00:00
2019-05-21 14:13:33 +08:00
2016-08-02 19:35:29 -04:00
2012-07-24 15:27:28 +08:00
2014-06-01 01:17:12 +01:00
2013-07-08 22:08:51 +01:00
2023-05-16 08:44:41 +09:00
2019-03-13 20:22:32 +08:00
2014-02-25 11:33:37 +00:00
2011-03-31 11:26:23 -03:00
2016-10-19 10:18:47 +01:00
2014-03-18 16:39:40 -04:00
2011-07-12 11:19:29 -05:00