Re: [PATCH 4.19 29/32] jump_label: move asm goto support test to Kconfig

2019-06-04 Thread Greg Kroah-Hartman
On Tue, Jun 04, 2019 at 11:30:32AM +0200, Pavel Machek wrote: > On Mon 2019-06-03 11:08:23, Greg Kroah-Hartman wrote: > > From: Masahiro Yamada > > > > commit e9666d10a5677a494260d60d1fa0b73cc7646eb3 upstream. > > > > Currently, CONFIG_JUMP_LABEL just means "I _want_ to use jump label". > > >

Re: [PATCH 4.19 29/32] jump_label: move asm goto support test to Kconfig

2019-06-04 Thread Pavel Machek
On Mon 2019-06-03 11:08:23, Greg Kroah-Hartman wrote: > From: Masahiro Yamada > > commit e9666d10a5677a494260d60d1fa0b73cc7646eb3 upstream. > > Currently, CONFIG_JUMP_LABEL just means "I _want_ to use jump label". > > The jump label is controlled by HAVE_JUMP_LABEL, which is defined > like

[PATCH 4.19 29/32] jump_label: move asm goto support test to Kconfig

2019-06-03 Thread Greg Kroah-Hartman
From: Masahiro Yamada commit e9666d10a5677a494260d60d1fa0b73cc7646eb3 upstream. Currently, CONFIG_JUMP_LABEL just means "I _want_ to use jump label". The jump label is controlled by HAVE_JUMP_LABEL, which is defined like this: #if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_JUMP_LABEL) #