From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] MIPS: start.S: remove duplicate ADR macro definition
Date: Wed, 4 Dec 2013 10:09:18 +0400 [thread overview]
Message-ID: <1386137358-915-1-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20131203142546.5bd4225f703a8a0dcca3f47d@gmail.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/boot/start.S | 22 +---------------------
1 file changed, 1 insertion(+), 21 deletions(-)
diff --git a/arch/mips/boot/start.S b/arch/mips/boot/start.S
index 7e2ae5e..d180157 100644
--- a/arch/mips/boot/start.S
+++ b/arch/mips/boot/start.S
@@ -2,7 +2,6 @@
* Startup Code for MIPS CPU
*
* Copyright (C) 2011 Antony Pavlov <antonynpavlov@gmail.com>
- * Used code copyrighted (C) 2009 by Shinya Kuribayashi <skuribay@pobox.com>
*
* This file is part of barebox.
* See file CREDITS for list of people who contributed to this project.
@@ -24,26 +23,7 @@
#include <asm-generic/memory_layout.h>
#include <generated/compile.h>
#include <generated/utsrelease.h>
-
- /*
- * ADR macro instruction (inspired by ARM)
- *
- * ARM architecture doesn't have PC-relative jump instruction
- * like MIPS' B/BAL insns. When ARM makes PC-relative jumps,
- * it uses ADR insn. ADR is used to get a destination address
- * of 'label' against current PC. With this, ARM can safely
- * make PC-relative jumps.
- */
- .macro ADR rd label temp
- .set push
- .set noreorder
- move \temp, ra # preserve ra beforehand
- bal _pc
- nop
-_pc: addiu \rd, ra, \label - _pc # label is assumed to be
- move ra, \temp # within pc +/- 32KB
- .set pop
- .endm
+#include <asm/pbl_macros.h>
.set noreorder
.text
--
1.8.4.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-12-04 6:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-02 17:17 [PATCH] make the code simpler u74147
2013-12-03 10:25 ` Antony Pavlov
2013-12-04 6:09 ` Antony Pavlov [this message]
[not found] ` <CANvTkNb4Zj7Yv-poj4_J4iKQAU6HBS=-KJAe9v2nwGMMbaMJ5Q@mail.gmail.com>
[not found] ` <20131204203331.551f0276f8336f78e8becbcf@gmail.com>
[not found] ` <002101cef115$c762c7f0$562857d0$@gmail.com>
[not found] ` <20131205083451.faa1cb75348f65e400160b86@gmail.com>
2013-12-05 8:55 ` 答复: [PATCH] MIPS: start.S: remove duplicate ADR macro definition Kevin Du Huanpeng
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=1386137358-915-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.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