diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/powerpc/oprofile/cell/spu_profiler.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index f32829937aad..ab6dda372438 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -208,7 +208,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage | |||
208 | # | 208 | # |
209 | # Theses are default targets to build images which embed device tree blobs. | 209 | # Theses are default targets to build images which embed device tree blobs. |
210 | # They are only required on boards which do not have FDT support in firmware. | 210 | # They are only required on boards which do not have FDT support in firmware. |
211 | # Boards with newish u-boot firmare can use the uImage target above | 211 | # Boards with newish u-boot firmware can use the uImage target above |
212 | # | 212 | # |
213 | 213 | ||
214 | # Board ports in arch/powerpc/platform/40x/Kconfig | 214 | # Board ports in arch/powerpc/platform/40x/Kconfig |
diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c index 989edcdf0297..c9329786073b 100644 --- a/arch/powerpc/kernel/kprobes.c +++ b/arch/powerpc/kernel/kprobes.c | |||
@@ -317,7 +317,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p, | |||
317 | /* | 317 | /* |
318 | * It is possible to have multiple instances associated with a given | 318 | * It is possible to have multiple instances associated with a given |
319 | * task either because an multiple functions in the call path | 319 | * task either because an multiple functions in the call path |
320 | * have a return probe installed on them, and/or more then one return | 320 | * have a return probe installed on them, and/or more than one return |
321 | * return probe was registered for a target function. | 321 | * return probe was registered for a target function. |
322 | * | 322 | * |
323 | * We can handle this because: | 323 | * We can handle this because: |
diff --git a/arch/powerpc/oprofile/cell/spu_profiler.c b/arch/powerpc/oprofile/cell/spu_profiler.c index dd499c3e9da7..83faa958b9d4 100644 --- a/arch/powerpc/oprofile/cell/spu_profiler.c +++ b/arch/powerpc/oprofile/cell/spu_profiler.c | |||
@@ -49,7 +49,7 @@ void set_spu_profiling_frequency(unsigned int freq_khz, unsigned int cycles_rese | |||
49 | * of precision. This is close enough for the purpose at hand. | 49 | * of precision. This is close enough for the purpose at hand. |
50 | * | 50 | * |
51 | * The value of the timeout should be small enough that the hw | 51 | * The value of the timeout should be small enough that the hw |
52 | * trace buffer will not get more then about 1/3 full for the | 52 | * trace buffer will not get more than about 1/3 full for the |
53 | * maximum user specified (the LFSR value) hw sampling frequency. | 53 | * maximum user specified (the LFSR value) hw sampling frequency. |
54 | * This is to ensure the trace buffer will never fill even if the | 54 | * This is to ensure the trace buffer will never fill even if the |
55 | * kernel thread scheduling varies under a heavy system load. | 55 | * kernel thread scheduling varies under a heavy system load. |