linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: HTML device-trees posted
@ 2001-04-09 23:28 Iain Sandoe
  2001-04-10  1:07 ` PATCH: small 2.4-benh SMP fix Lars Brinkhoff
  0 siblings, 1 reply; 2+ messages in thread
From: Iain Sandoe @ 2001-04-09 23:28 UTC (permalink / raw)
  To: jeramy b smith; +Cc: linuxppc-dev


On Thu, Apr 05, 2001, Jeramy wrote:
> I noticed the IBM device trees on tibitt's page. Do we want to make a
> combined page and put it in the 'developer library/reference' section ?

Fine by me... but you should also check with Tilmann

It's rather audio-centric (because this seems to be the area where we are
most likely to have to account for machines nearly individually)...

I'm afraid it's only very basic html as well... it could do with making a
bit more slick ;-) (any volunteers?)

- there are some other machine trees on the suse site that I didn't convert
to html.

IMHO we should also try to link in some pointers to sites with OF info as
well ... e.g. ftp://playground.sun.com/pub/1275/coredoc/1275-1994/

and a reference to the Apple hardware pages (perhaps):

developer.apple.com/techpubs/hardware/hardware.html

and (errm ;-) there might be some similar stuff on netBSD/FreeBSB/mkLinux
pages that would be a useful x-reference (sorry, don't have the URLs).

ciao,
Iain.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH: small 2.4-benh SMP fix
  2001-04-09 23:28 HTML device-trees posted Iain Sandoe
@ 2001-04-10  1:07 ` Lars Brinkhoff
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Brinkhoff @ 2001-04-10  1:07 UTC (permalink / raw)
  To: linuxppc-dev


Suggest following patch against linux-2.4-benh to fix errors
(BEGIN/END_FTR_SECTION undefined) and warnings (CONFIG_PPC601_SYNC_FIX
redefined) when compilning an SMP kernel:

--- arch/ppc/kernel/ppc_asm.h~	Tue Apr 10 02:59:04 2001
+++ arch/ppc/kernel/ppc_asm.h	Tue Apr 10 03:00:04 2001
@@ -12,6 +12,7 @@
  */

 #include <linux/config.h>
+#include <asm/cputable.h>

 #include "ppc_asm.tmpl"
 #include "ppc_defs.h"
@@ -66,7 +67,9 @@
 #define REST_16VR(n,b,base)	REST_8VR(n,b,base); REST_8VR(n+8,b,base)
 #define REST_32VR(n,b,base)	REST_16VR(n,b,base); REST_16VR(n+16,b,base)

+#ifndef CONFIG_PPC601_SYNC_FIX
 #define CONFIG_PPC601_SYNC_FIX
+#endif
 #ifdef CONFIG_PPC601_SYNC_FIX
 #define SYNC BEGIN_FTR_SECTION()  \
 	sync; \

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-10  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-09 23:28 HTML device-trees posted Iain Sandoe
2001-04-10  1:07 ` PATCH: small 2.4-benh SMP fix Lars Brinkhoff

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).