platsmp.c (42249094f79422fbf5ed4b54eeb48ff096809b8f) | platsmp.c (9cc236827fde5e254fd995a0023c05c5ee3a3ba6) |
---|---|
1/* 2 * arch/arm/mach-spear13xx/platsmp.c 3 * 4 * based upon linux/arch/arm/mach-realview/platsmp.c 5 * 6 * Copyright (C) 2012 ST Microelectronics Ltd. | 1/* 2 * arch/arm/mach-spear13xx/platsmp.c 3 * 4 * based upon linux/arch/arm/mach-realview/platsmp.c 5 * 6 * Copyright (C) 2012 ST Microelectronics Ltd. |
7 * Shiraz Hashim <shiraz.hashim@st.com> | 7 * Shiraz Hashim <shiraz.linux.kernel@gmail.com> |
8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13 14#include <linux/delay.h> 15#include <linux/jiffies.h> --- 107 unchanged lines hidden --- | 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13 14#include <linux/delay.h> 15#include <linux/jiffies.h> --- 107 unchanged lines hidden --- |