From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [MPC7448] machdep_calls From: Benjamin Herrenschmidt To: =?ISO-8859-1?Q?S=E9bastien_Chr=E9tien?= In-Reply-To: <319b0ac50808180145r44a1b64fhd09c038ce45bb206@mail.gmail.com> References: <319b0ac50808180145r44a1b64fhd09c038ce45bb206@mail.gmail.com> Content-Type: text/plain; charset=utf-8 Date: Mon, 18 Aug 2008 19:27:04 +1000 Message-Id: <1219051624.28339.39.camel@pasglop> Mime-Version: 1.0 Cc: Linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2008-08-18 at 10:45 +0200, Sébastien Chrétien wrote: > Hello, > > I am developping a Linux for my PPC Board. I must write a > define_machine structure (marchdep_calls). Where can I find some > Information about functions of this structure ? It isn't well documented unfortunately. Best is to look at what others do... and then find your way through. I agree somebody should write dome doco one day ... in the meantime, feel free to ask questions here. Cheers, Ben.