Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331402
| From | Torsten Duwe <duwe@lst.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2) |
| Date | 2016-02-10 19:10 +0100 |
| Message-ID | <r0Hnc-5O7-17@gated-at.bofh.it> (permalink) |
| References | <qUSOm-7cE-23@gated-at.bofh.it> <qUSOq-7cE-83@gated-at.bofh.it> <qXJvb-3G9-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Feb 02, 2016 at 04:46:27PM +0300, Denis Kirjanov wrote:
> > +
> > +#ifdef CONFIG_LIVEPATCH
> > +static inline int klp_check_compiler_support(void)
> > +{
> > +#if !defined(_CALL_ELF) || _CALL_ELF != 2 ||
> > !defined(CC_USING_MPROFILE_KERNEL)
> > + return 1;
> > +#endif
> > + return 0;
> > +}
> This function can be boolean.
Yes, like on the other archs, too.
Torsten
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2) Torsten Duwe <duwe@lst.de> - 2016-02-10 19:10 +0100
csiph-web