Re: [PATCH 2/3] x86: add function prototype to vm86.h

2008-02-02 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > Global functions should include their prototypes. thanks, i've applied all three cleanup patches of yours. one minor detail: > +struct pt_regs * save_v86_state(struct kernel_vm86_regs *); the proper form is: struct pt_regs

Re: [PATCH 2/3] x86: add function prototype to vm86.h

2008-02-02 Thread Harvey Harrison
On Sat, 2008-02-02 at 16:14 +0800, Li Zefan wrote: > Harvey Harrison 写道: > > Global functions should include their prototypes. > > > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> > > --- > > include/asm-x86/vm86.h |1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > >

Re: [PATCH 2/3] x86: add function prototype to vm86.h

2008-02-02 Thread Li Zefan
Harvey Harrison 写道: > Global functions should include their prototypes. > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> > --- > include/asm-x86/vm86.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/asm-x86/vm86.h b/include/asm-x86/vm86.h > index

Re: [PATCH 2/3] x86: add function prototype to vm86.h

2008-02-02 Thread Li Zefan
Harvey Harrison 写道: Global functions should include their prototypes. Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- include/asm-x86/vm86.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/asm-x86/vm86.h b/include/asm-x86/vm86.h index

Re: [PATCH 2/3] x86: add function prototype to vm86.h

2008-02-02 Thread Harvey Harrison
On Sat, 2008-02-02 at 16:14 +0800, Li Zefan wrote: Harvey Harrison 写道: Global functions should include their prototypes. Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- include/asm-x86/vm86.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 2/3] x86: add function prototype to vm86.h

2008-02-02 Thread Ingo Molnar
* Harvey Harrison [EMAIL PROTECTED] wrote: Global functions should include their prototypes. thanks, i've applied all three cleanup patches of yours. one minor detail: +struct pt_regs * save_v86_state(struct kernel_vm86_regs *); the proper form is: struct pt_regs *save_v86_state(struct

[PATCH 2/3] x86: add function prototype to vm86.h

2008-02-01 Thread Harvey Harrison
Global functions should include their prototypes. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- include/asm-x86/vm86.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/asm-x86/vm86.h b/include/asm-x86/vm86.h index a5edf51..b72b9a6 100644 ---

[PATCH 2/3] x86: add function prototype to vm86.h

2008-02-01 Thread Harvey Harrison
Global functions should include their prototypes. Signed-off-by: Harvey Harrison [EMAIL PROTECTED] --- include/asm-x86/vm86.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/asm-x86/vm86.h b/include/asm-x86/vm86.h index a5edf51..b72b9a6 100644 ---