Re: [PATCH 2/7] Added generic lg.h in lguest directory.

2007-08-09 Thread Jes Sorensen
Glauber de Oliveira Costa wrote: On 8/8/07, Steven Rostedt <[EMAIL PROTECTED]> wrote: Add a generic lg.h file to call the architecture specific one. diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h new file mode 100644 index 000..4c4356e --- /dev/null +++ b/drivers/lguest/lg.h @@ -0,0

Re: [PATCH 2/7] Added generic lg.h in lguest directory.

2007-08-08 Thread Steven Rostedt
-- On Thu, 9 Aug 2007, Stephen Rothwell wrote: > On Wed, 08 Aug 2007 20:32:13 -0400 Steven Rostedt <[EMAIL PROTECTED]> > wrote: > > > > Add a generic lg.h file to call the architecture specific one. > > Please combine this with the previous patch so that the tree will build > at each step. Yeah,

Re: [PATCH 2/7] Added generic lg.h in lguest directory.

2007-08-08 Thread Stephen Rothwell
On Wed, 08 Aug 2007 20:32:13 -0400 Steven Rostedt <[EMAIL PROTECTED]> wrote: > > Add a generic lg.h file to call the architecture specific one. Please combine this with the previous patch so that the tree will build at each step. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] h

Re: [PATCH 2/7] Added generic lg.h in lguest directory.

2007-08-08 Thread Glauber de Oliveira Costa
On 8/8/07, Steven Rostedt <[EMAIL PROTECTED]> wrote: > Add a generic lg.h file to call the architecture specific one. > > diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h > new file mode 100644 > index 000..4c4356e > --- /dev/null > +++ b/drivers/lguest/lg.h > @@ -0,0 +1,3 @@ > +#ifdef CO

[PATCH 2/7] Added generic lg.h in lguest directory.

2007-08-08 Thread Steven Rostedt
Add a generic lg.h file to call the architecture specific one. Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]> --- drivers/lguest/lg.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h new file mode 100644 index 000..4c4356e