Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590735 > unrolled thread
| Started by | Laura Abbott <labbott@redhat.com> |
|---|---|
| First post | 2017-03-02 01:30 +0100 |
| Last post | 2017-03-02 16:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCHv2 09/14] watchdog: hpwdt: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:30 +0100
Re: [PATCHv2 09/14] watchdog: hpwdt: Use set_memory.h header Guenter Roeck <linux@roeck-us.net> - 2017-03-02 16:00 +0100
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Date | 2017-03-02 01:30 +0100 |
| Subject | [PATCHv2 09/14] watchdog: hpwdt: Use set_memory.h header |
| Message-ID | <tgmN5-2vO-35@gated-at.bofh.it> |
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott <labbott@redhat.com> --- drivers/watchdog/hpwdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 70c7194..67fbe35 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -34,7 +34,7 @@ #include <linux/nmi.h> #include <linux/kdebug.h> #include <linux/notifier.h> -#include <asm/cacheflush.h> +#include <asm/set_memory.h> #endif /* CONFIG_HPWDT_NMI_DECODING */ #include <asm/nmi.h> #include <asm/frame.h> -- 2.7.4
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2017-03-02 16:00 +0100 |
| Message-ID | <tgAn0-3FV-29@gated-at.bofh.it> |
| In reply to | #1590735 |
On 03/01/2017 04:15 PM, Laura Abbott wrote: > set_memory_* functions have moved to set_memory.h. Switch to this > explicitly. > > Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Guenter Roeck <linux@roeck-us.net> > --- > drivers/watchdog/hpwdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c > index 70c7194..67fbe35 100644 > --- a/drivers/watchdog/hpwdt.c > +++ b/drivers/watchdog/hpwdt.c > @@ -34,7 +34,7 @@ > #include <linux/nmi.h> > #include <linux/kdebug.h> > #include <linux/notifier.h> > -#include <asm/cacheflush.h> > +#include <asm/set_memory.h> > #endif /* CONFIG_HPWDT_NMI_DECODING */ > #include <asm/nmi.h> > #include <asm/frame.h> >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web