Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: "Steven J. Hill" <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org, Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Subject: Re: [PATCH] MIPS: Fix VGA_MAP_MEM macro.
Date: Wed, 18 Sep 2013 17:20:47 +0200	[thread overview]
Message-ID: <20130918152047.GR22468@linux-mips.org> (raw)
In-Reply-To: <1378859764-17544-1-git-send-email-Steven.Hill@imgtec.com>

On Tue, Sep 10, 2013 at 07:36:04PM -0500, Steven J. Hill wrote:

> diff --git a/arch/mips/include/asm/vga.h b/arch/mips/include/asm/vga.h
> index f4cff7e..4795206 100644
> --- a/arch/mips/include/asm/vga.h
> +++ b/arch/mips/include/asm/vga.h
> @@ -13,7 +13,7 @@
>   *	access the videoram directly without any black magic.
>   */
>  
> -#define VGA_MAP_MEM(x, s)	(0xb0000000L + (unsigned long)(x))
> +#define VGA_MAP_MEM(x, s)	CKSEG1ADDR(0x10000000L + (unsigned long)(x))

If using an addrspace.h macro better include that header file!  I've
fixed that.

Applied.  Thanks!

  Ralf

      reply	other threads:[~2013-09-18 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11  0:36 [PATCH] MIPS: Fix VGA_MAP_MEM macro Steven J. Hill
2013-09-18 15:20 ` Ralf Baechle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130918152047.GR22468@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=Leonid.Yegoshin@imgtec.com \
    --cc=Steven.Hill@imgtec.com \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox