Skip to content

Commit 024587d

Browse files
vrothbergRussell King
authored andcommitted
ARM: 8348/1: remove comments on CPU_ARM1020_CPU_IDLE
CPU_ARM1020_CPU_IDLE is not defined in Kconfig. The last reference on LKML dates back to 2001, so we can safely remove the comments to make static analysis tools happy. Signed-off-by: Valentin Rothberg <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 1424532 commit 024587d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm/mm/proc-arm1020.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
*
2323
* These are the low level assembler for performing cache and TLB
2424
* functions on the arm1020.
25-
*
26-
* CONFIG_CPU_ARM1020_CPU_IDLE -> nohlt
2725
*/
2826
#include <linux/linkage.h>
2927
#include <linux/init.h>

arch/arm/mm/proc-arm1020e.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
*
2323
* These are the low level assembler for performing cache and TLB
2424
* functions on the arm1020e.
25-
*
26-
* CONFIG_CPU_ARM1020_CPU_IDLE -> nohlt
2725
*/
2826
#include <linux/linkage.h>
2927
#include <linux/init.h>

0 commit comments

Comments
 (0)