[uClinux-dev] [PATCH 3/4] m68knommu: Make empty_zero_page void *, like on m68k

2011-05-25 Thread Geert Uytterhoeven
This allows to get rid of the casts. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/mm/init_no.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/m68k/mm/init_no.c b/arch/m68k/mm/init_no.c index 7cbd7bd..fdbe679 100644 ---

[uClinux-dev] [PATCH 4/4] m68knommu: Fix printk() format in free_initrd_mem()

2011-05-25 Thread Geert Uytterhoeven
arch/m68k/mm/init_no.c:123: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ And use pr_notice() while we're at it. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/mm/init_no.c |5 +++-- 1 files changed, 3 insertions(+), 2

[uClinux-dev] Re: [PATCH 3/4] m68knommu: Make empty_zero_page void *, like on m68k

2011-05-25 Thread Greg Ungerer
Hi Geert, On 25/05/11 19:10, Geert Uytterhoeven wrote: This allows to get rid of the casts. Signed-off-by: Geert Uytterhoevenge...@linux-m68k.org Looks good: Acked-by: Greg Ungerer g...@uclinux.org Do you want me to add to the m68knommu git tree? Or are these part of a series you intend

[uClinux-dev] Re: [PATCH 4/4] m68knommu: Fix printk() format in free_initrd_mem()

2011-05-25 Thread Greg Ungerer
Hi Geert, On 25/05/11 19:11, Geert Uytterhoeven wrote: arch/m68k/mm/init_no.c:123: warning: format æ%dÆ expects type æintÆ, but argument 2 has type ælong unsigned intÆ And use pr_notice() while we're at it. Signed-off-by: Geert Uytterhoevenge...@linux-m68k.org Acked-by: Greg Ungerer

[uClinux-dev] Re: [PATCH 3/4] m68knommu: Make empty_zero_page void *, like on m68k

2011-05-25 Thread Geert Uytterhoeven
Hi Greg, On Thu, May 26, 2011 at 06:39, Greg Ungerer g...@snapgear.com wrote: On 25/05/11 19:10, Geert Uytterhoeven wrote: This allows to get rid of the casts. Signed-off-by: Geert Uytterhoevenge...@linux-m68k.org Looks good: Acked-by: Greg Ungerer g...@uclinux.org Do you want me to add

[uClinux-dev] Re: [PATCH 3/4] m68knommu: Make empty_zero_page void *, like on m68k

2011-05-25 Thread Greg Ungerer
Hi Geert, On 26/05/11 15:11, Geert Uytterhoeven wrote: Hi Greg, On Thu, May 26, 2011 at 06:39, Greg Ungererg...@snapgear.com wrote: On 25/05/11 19:10, Geert Uytterhoeven wrote: This allows to get rid of the casts. Signed-off-by: Geert Uytterhoevenge...@linux-m68k.org Looks good: