2006-02-16 22:25:31

by Jesper Juhl

[permalink] [raw]
Subject: [PATCH][TRIVIAL] Documentation: Fix typo in cputopology.txt

Fix a small typo in Documentation/cputopology.txt

Signed-off-by: Jesper Juhl <[email protected]>
---

Documentation/cputopology.txt | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.16-rc3-git7/Documentation/cputopology.txt~ 2006-02-16 21:11:11.000000000 +0100
+++ linux-2.6.16-rc3-git7/Documentation/cputopology.txt 2006-02-16 21:11:12.000000000 +0100
@@ -12,7 +12,7 @@
represent the thread siblings to cpu X in the same physical package;

To implement it in an architecture-neutral way, a new source file,
-driver/base/topology.c, is to export the 5 attributes.
+drivers/base/topology.c, is to export the 5 attributes.

If one architecture wants to support this feature, it just needs to
implement 4 defines, typically in file include/asm-XXX/topology.h.


2006-02-17 01:39:46

by Zhang, Yanmin

[permalink] [raw]
Subject: RE: [PATCH][TRIVIAL] Documentation: Fix typo in cputopology.txt

>>-----Original Message-----
>>From: [email protected] [mailto:[email protected]] On Behalf Of Jesper Juhl
>>Sent: 2006??2??17?? 6:26
>>To: [email protected]
>>Cc: Trivial Patch Monkey
>>Subject: [PATCH][TRIVIAL] Documentation: Fix typo in cputopology.txt
>>
>>Fix a small typo in Documentation/cputopology.txt
>>
>>Signed-off-by: Jesper Juhl <[email protected]>
>>---
>>
>> Documentation/cputopology.txt | 2 +-
>> 1 files changed, 1 insertion(+), 1 deletion(-)
>>
>>--- linux-2.6.16-rc3-git7/Documentation/cputopology.txt~ 2006-02-16 21:11:11.000000000 +0100
>>+++ linux-2.6.16-rc3-git7/Documentation/cputopology.txt 2006-02-16 21:11:12.000000000 +0100
>>@@ -12,7 +12,7 @@
>> represent the thread siblings to cpu X in the same physical package;
>>
>> To implement it in an architecture-neutral way, a new source file,
>>-driver/base/topology.c, is to export the 5 attributes.
>>+drivers/base/topology.c, is to export the 5 attributes.
Could you also change "5" to "4"? The final patch was accepted into 2.6.16-rc3 only exported 4 attributes.

Thanks,
Yanmin