Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1617305 > unrolled thread
| Started by | Mathias Krause <minipli@googlemail.com> |
|---|---|
| First post | 2017-04-05 21:30 +0200 |
| Last post | 2017-04-05 23:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2] cris: remove unused wp_works_ok macro Mathias Krause <minipli@googlemail.com> - 2017-04-05 21:30 +0200
Re: [PATCH v2] cris: remove unused wp_works_ok macro Jesper Nilsson <jesper.nilsson@axis.com> - 2017-04-05 23:10 +0200
| From | Mathias Krause <minipli@googlemail.com> |
|---|---|
| Date | 2017-04-05 21:30 +0200 |
| Subject | [PATCH v2] cris: remove unused wp_works_ok macro |
| Message-ID | <tsYMW-6Ky-21@gated-at.bofh.it> |
It had no use since it's introduction in v2.4.1.2. Get rid of it.
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
---
Same patch as v1 but as the tip folks took only the x86 parts, I think,
this one should go through the CRIS tree.
Cheers,
Mathias
arch/cris/include/arch-v10/arch/processor.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/cris/include/arch-v10/arch/processor.h b/arch/cris/include/arch-v10/arch/processor.h
index 93feb2a487d8..58f75bee1d6c 100644
--- a/arch/cris/include/arch-v10/arch/processor.h
+++ b/arch/cris/include/arch-v10/arch/processor.h
@@ -7,9 +7,6 @@
*/
#define current_text_addr() ({void *pc; __asm__ ("move.d $pc,%0" : "=rm" (pc)); pc; })
-/* CRIS has no problems with write protection */
-#define wp_works_ok 1
-
/* CRIS thread_struct. this really has nothing to do with the processor itself, since
* CRIS does not do any hardware task-switching, but it's here for legacy reasons.
* The thread_struct here is used when task-switching using _resume defined in entry.S.
--
1.7.10.4
[toc] | [next] | [standalone]
| From | Jesper Nilsson <jesper.nilsson@axis.com> |
|---|---|
| Date | 2017-04-05 23:10 +0200 |
| Message-ID | <tt0lI-7Md-1@gated-at.bofh.it> |
| In reply to | #1617305 |
On Wed, Apr 05, 2017 at 09:24:35PM +0200, Mathias Krause wrote:
> It had no use since it's introduction in v2.4.1.2. Get rid of it.
>
> Cc: Mikael Starvik <starvik@axis.com>
> Signed-off-by: Mathias Krause <minipli@googlemail.com>
> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
> ---
> Same patch as v1 but as the tip folks took only the x86 parts, I think,
> this one should go through the CRIS tree.
Allright, I'll take it through the CRIS tree.
Thanks,
> Cheers,
> Mathias
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web