* [PATCH] PowerPC documentation: fixed path to the powerpc directory
@ 2012-12-27 14:07 Thomas Waldecker
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Waldecker @ 2012-12-27 14:07 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Thomas Waldecker, linux-kernel, linux-doc
ppc -> powerpc
Signed-off-by: Thomas Waldecker <thomas.waldecker@gmail.com>
---
Documentation/powerpc/cpu_features.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/powerpc/cpu_features.txt b/Documentation/powerpc/cpu_features.txt
index ffa4183..ae09df8 100644
--- a/Documentation/powerpc/cpu_features.txt
+++ b/Documentation/powerpc/cpu_features.txt
@@ -11,10 +11,10 @@ split instruction and data caches, and if the CPU supports the DOZE and NAP
sleep modes.
Detection of the feature set is simple. A list of processors can be found in
-arch/ppc/kernel/cputable.c. The PVR register is masked and compared with each
-value in the list. If a match is found, the cpu_features of cur_cpu_spec is
-assigned to the feature bitmask for this processor and a __setup_cpu function
-is called.
+arch/powerpc/kernel/cputable.c. The PVR register is masked and compared with
+each value in the list. If a match is found, the cpu_features of cur_cpu_spec
+is assigned to the feature bitmask for this processor and a __setup_cpu
+function is called.
C code may test 'cur_cpu_spec[smp_processor_id()]->cpu_features' for a
particular feature bit. This is done in quite a few places, for example
@@ -51,6 +51,6 @@ should be used in the majority of cases.
The END_FTR_SECTION macros are implemented by storing information about this
code in the '__ftr_fixup' ELF section. When do_cpu_ftr_fixups
-(arch/ppc/kernel/misc.S) is invoked, it will iterate over the records in
+(arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
__ftr_fixup, and if the required feature is not present it will loop writing
nop's from each BEGIN_FTR_SECTION to END_FTR_SECTION.
--
1.8.0.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] PowerPC documentation: fixed path to the powerpc directory
@ 2013-01-10 12:07 Thomas Waldecker
2013-01-10 23:00 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Waldecker @ 2013-01-10 12:07 UTC (permalink / raw)
To: benh; +Cc: linux-doc, Thomas Waldecker, linux-kernel, paulus, rob,
linuxppc-dev
ppc -> powerpc
Signed-off-by: Thomas Waldecker <thomas.waldecker@gmail.com>
---
Documentation/powerpc/cpu_features.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/powerpc/cpu_features.txt b/Documentation/powerpc/cpu_features.txt
index ffa4183..ae09df8 100644
--- a/Documentation/powerpc/cpu_features.txt
+++ b/Documentation/powerpc/cpu_features.txt
@@ -11,10 +11,10 @@ split instruction and data caches, and if the CPU supports the DOZE and NAP
sleep modes.
Detection of the feature set is simple. A list of processors can be found in
-arch/ppc/kernel/cputable.c. The PVR register is masked and compared with each
-value in the list. If a match is found, the cpu_features of cur_cpu_spec is
-assigned to the feature bitmask for this processor and a __setup_cpu function
-is called.
+arch/powerpc/kernel/cputable.c. The PVR register is masked and compared with
+each value in the list. If a match is found, the cpu_features of cur_cpu_spec
+is assigned to the feature bitmask for this processor and a __setup_cpu
+function is called.
C code may test 'cur_cpu_spec[smp_processor_id()]->cpu_features' for a
particular feature bit. This is done in quite a few places, for example
@@ -51,6 +51,6 @@ should be used in the majority of cases.
The END_FTR_SECTION macros are implemented by storing information about this
code in the '__ftr_fixup' ELF section. When do_cpu_ftr_fixups
-(arch/ppc/kernel/misc.S) is invoked, it will iterate over the records in
+(arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
__ftr_fixup, and if the required feature is not present it will loop writing
nop's from each BEGIN_FTR_SECTION to END_FTR_SECTION.
--
1.8.0.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] PowerPC documentation: fixed path to the powerpc directory
2013-01-10 12:07 [PATCH] PowerPC documentation: fixed path to the powerpc directory Thomas Waldecker
@ 2013-01-10 23:00 ` Benjamin Herrenschmidt
2013-02-02 9:08 ` Thomas Waldecker
0 siblings, 1 reply; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2013-01-10 23:00 UTC (permalink / raw)
To: Thomas Waldecker; +Cc: linuxppc-dev, paulus, linux-kernel, rob, linux-doc
On Thu, 2013-01-10 at 13:07 +0100, Thomas Waldecker wrote:
> ppc -> powerpc
I think I already applied something like that in powerpc -next, can you
dbl check ?
Cheers,
Ben.
> Signed-off-by: Thomas Waldecker <thomas.waldecker@gmail.com>
> ---
> Documentation/powerpc/cpu_features.txt | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/powerpc/cpu_features.txt b/Documentation/powerpc/cpu_features.txt
> index ffa4183..ae09df8 100644
> --- a/Documentation/powerpc/cpu_features.txt
> +++ b/Documentation/powerpc/cpu_features.txt
> @@ -11,10 +11,10 @@ split instruction and data caches, and if the CPU supports the DOZE and NAP
> sleep modes.
>
> Detection of the feature set is simple. A list of processors can be found in
> -arch/ppc/kernel/cputable.c. The PVR register is masked and compared with each
> -value in the list. If a match is found, the cpu_features of cur_cpu_spec is
> -assigned to the feature bitmask for this processor and a __setup_cpu function
> -is called.
> +arch/powerpc/kernel/cputable.c. The PVR register is masked and compared with
> +each value in the list. If a match is found, the cpu_features of cur_cpu_spec
> +is assigned to the feature bitmask for this processor and a __setup_cpu
> +function is called.
>
> C code may test 'cur_cpu_spec[smp_processor_id()]->cpu_features' for a
> particular feature bit. This is done in quite a few places, for example
> @@ -51,6 +51,6 @@ should be used in the majority of cases.
>
> The END_FTR_SECTION macros are implemented by storing information about this
> code in the '__ftr_fixup' ELF section. When do_cpu_ftr_fixups
> -(arch/ppc/kernel/misc.S) is invoked, it will iterate over the records in
> +(arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
> __ftr_fixup, and if the required feature is not present it will loop writing
> nop's from each BEGIN_FTR_SECTION to END_FTR_SECTION.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] PowerPC documentation: fixed path to the powerpc directory
2013-01-10 23:00 ` Benjamin Herrenschmidt
@ 2013-02-02 9:08 ` Thomas Waldecker
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Waldecker @ 2013-02-02 9:08 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, paulus, linux-kernel, rob, linux-doc
Hi Ben,
I sent it twice, sorry. I haven't seen it applied for a long time and
got no response.
It is already applied.
Kind regards,
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-02 9:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 12:07 [PATCH] PowerPC documentation: fixed path to the powerpc directory Thomas Waldecker
2013-01-10 23:00 ` Benjamin Herrenschmidt
2013-02-02 9:08 ` Thomas Waldecker
-- strict thread matches above, loose matches on Subject: below --
2012-12-27 14:07 Thomas Waldecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).