* [PATCH] MIPS: Fix build error crash_dump.c file.
@ 2013-05-02 8:00 EUNBONG SONG
2013-05-02 8:03 ` Lars-Peter Clausen
0 siblings, 1 reply; 3+ messages in thread
From: EUNBONG SONG @ 2013-05-02 8:00 UTC (permalink / raw)
To: ralf@linux-mips.org, linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=euc-kr, Size: 717 bytes --]
This patch fixes crash_dump.c build error.
Signed-off-by: Eunbong Song <eunb.song@samsung.com>
---
arch/mips/kernel/crash_dump.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/crash_dump.c b/arch/mips/kernel/crash_dump.c
index 35bed0d..3be9e7b 100644
--- a/arch/mips/kernel/crash_dump.c
+++ b/arch/mips/kernel/crash_dump.c
@@ -2,6 +2,7 @@
#include <linux/bootmem.h>
#include <linux/crash_dump.h>
#include <asm/uaccess.h>
+#include <linux/slab.h>
static int __init parse_savemaxmem(char *p)
{
--
1.7.0.4
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] MIPS: Fix build error crash_dump.c file.
2013-05-02 8:00 [PATCH] MIPS: Fix build error crash_dump.c file EUNBONG SONG
@ 2013-05-02 8:03 ` Lars-Peter Clausen
0 siblings, 0 replies; 3+ messages in thread
From: Lars-Peter Clausen @ 2013-05-02 8:03 UTC (permalink / raw)
To: eunb.song
Cc: ralf@linux-mips.org, linux-mips@linux-mips.org,
linux-kernel@vger.kernel.org
On 05/02/2013 10:00 AM, EUNBONG SONG wrote:
>
> This patch fixes crash_dump.c build error.
>
When fixing a compile error/warning you should always include the error
message in the commit log.
> Signed-off-by: Eunbong Song <eunb.song@samsung.com>
> ---
> arch/mips/kernel/crash_dump.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/mips/kernel/crash_dump.c b/arch/mips/kernel/crash_dump.c
> index 35bed0d..3be9e7b 100644
> --- a/arch/mips/kernel/crash_dump.c
> +++ b/arch/mips/kernel/crash_dump.c
> @@ -2,6 +2,7 @@
> #include <linux/bootmem.h>
> #include <linux/crash_dump.h>
> #include <asm/uaccess.h>
> +#include <linux/slab.h>
>
> static int __init parse_savemaxmem(char *p)
> {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH ] MIPS: Fix build error crash_dump.c file.
@ 2013-05-02 8:25 EUNBONG SONG
0 siblings, 0 replies; 3+ messages in thread
From: EUNBONG SONG @ 2013-05-02 8:25 UTC (permalink / raw)
To: ralf@linux-mips.org, linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org, lars
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=euc-kr, Size: 1344 bytes --]
This patch fixes crash_dump.c build error. Build error logs are as follow.
arch/mips/kernel/crash_dump.c: In function 'kdump_buf_page_init':
arch/mips/kernel/crash_dump.c:67: error: implicit declaration of function 'kmalloc'
cc1: warnings being treated as errors
arch/mips/kernel/crash_dump.c:67: error: assignment makes pointer from integer without a cast
make[3]: *** [arch/mips/kernel/crash_dump.o] Error 1
make[2]: *** [arch/mips/kernel] Error 2
make[1]: *** [arch/mips] Error 2
make[1]: *** Waiting for unfinished jobs....
CC kernel/sys.o
CC kernel/module.o
GZIP kernel/config_data.gz
CHK kernel/config_data.h
LD kernel/built-in.o
Signed-off-by: Eunbong Song <eunb.song@samsung.com>
---
arch/mips/kernel/crash_dump.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/crash_dump.c b/arch/mips/kernel/crash_dump.c
index 35bed0d..3be9e7b 100644
--- a/arch/mips/kernel/crash_dump.c
+++ b/arch/mips/kernel/crash_dump.c
@@ -2,6 +2,7 @@
#include <linux/bootmem.h>
#include <linux/crash_dump.h>
#include <asm/uaccess.h>
+#include <linux/slab.h>
static int __init parse_savemaxmem(char *p)
{
--
1.7.0.4
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-02 8:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 8:00 [PATCH] MIPS: Fix build error crash_dump.c file EUNBONG SONG
2013-05-02 8:03 ` Lars-Peter Clausen
-- strict thread matches above, loose matches on Subject: below --
2013-05-02 8:25 [PATCH ] " EUNBONG SONG
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox