[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 2/3] xen/compiler: introduce a define for weak symbols
>>> On 12.07.18 at 13:37, <andrew.cooper3@xxxxxxxxxx> wrote: > On 11/07/18 16:34, Roger Pau Monne wrote: >> And replace the open-coded versions already in tree. No functional >> change. >> >> Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> >> --- >> Cc: Jan Beulich <jbeulich@xxxxxxxx> >> Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> >> Cc: Daniel Kiper <daniel.kiper@xxxxxxxxxx> >> --- >> xen/include/xen/compiler.h | 2 ++ >> xen/include/xen/livepatch_payload.h | 4 ++-- >> 2 files changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/xen/include/xen/compiler.h b/xen/include/xen/compiler.h >> index a7e05681c9..001f589655 100644 >> --- a/xen/include/xen/compiler.h >> +++ b/xen/include/xen/compiler.h >> @@ -18,6 +18,8 @@ >> >> #define __packed __attribute__((__packed__)) >> >> +#define __weak __attribute__((weak)) > > __week__ (can be fixed on commit) Oh, indeed, as long as you mean __weak__. > Otherwise, Reivewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |