Skip to content

Commit

Permalink
stand-hotplug: disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Aug 9, 2012
1 parent 90084d7 commit b830c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/stand-hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

#define HOTPLUG_UNLOCKED 0
#define HOTPLUG_LOCKED 1
#define PM_HOTPLUG_DEBUG 1
#define PM_HOTPLUG_DEBUG 0
#define NUM_CPUS num_possible_cpus()
#define CPULOAD_TABLE (NR_CPUS + 1)

Expand Down

0 comments on commit b830c27

Please sign in to comment.