Loading arch/hexagon/kernel/smp.c +2 −1 Original line number Original line Diff line number Diff line /* /* * SMP support for Hexagon * SMP support for Hexagon * * * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. * Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading @@ -28,6 +28,7 @@ #include <linux/sched.h> #include <linux/sched.h> #include <linux/smp.h> #include <linux/smp.h> #include <linux/spinlock.h> #include <linux/spinlock.h> #include <linux/cpu.h> #include <asm/time.h> /* timer_interrupt */ #include <asm/time.h> /* timer_interrupt */ #include <asm/hexagon_vm.h> #include <asm/hexagon_vm.h> Loading Loading
arch/hexagon/kernel/smp.c +2 −1 Original line number Original line Diff line number Diff line /* /* * SMP support for Hexagon * SMP support for Hexagon * * * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. * Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading @@ -28,6 +28,7 @@ #include <linux/sched.h> #include <linux/sched.h> #include <linux/smp.h> #include <linux/smp.h> #include <linux/spinlock.h> #include <linux/spinlock.h> #include <linux/cpu.h> #include <asm/time.h> /* timer_interrupt */ #include <asm/time.h> /* timer_interrupt */ #include <asm/hexagon_vm.h> #include <asm/hexagon_vm.h> Loading