Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331402 > unrolled thread
| Started by | Torsten Duwe <duwe@lst.de> |
|---|---|
| First post | 2016-02-10 19:10 +0100 |
| Last post | 2016-02-10 19:10 +0100 |
| Articles | 1 — 1 participant |
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.
Re: [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2) Torsten Duwe <duwe@lst.de> - 2016-02-10 19:10 +0100
| From | Torsten Duwe <duwe@lst.de> |
|---|---|
| Date | 2016-02-10 19:10 +0100 |
| Subject | Re: [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2) |
| Message-ID | <r0Hnc-5O7-17@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web