summaryrefslogtreecommitdiff
path: root/dissector_80211.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-08 15:17:37 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-08 15:17:37 +0200
commitc9e442aeccd87748d9e87bf357bd8337e699a9b0 (patch)
treea1b51d455c0873872c418861e8ab743e59f46972 /dissector_80211.h
parentfd7fc91e1274812e217c7201153c556377e449da (diff)
configure: Call a function from libgeoip in check_libgeoip()
In order to cause the linker to get called and thus the check for the presence of the library (not just the headers) to be performed, call GeoIP_new(). Also pass the proper linker flag to $CC. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector_80211.h')
0 files changed, 0 insertions, 0 deletions
y pointless in this code because the timer is strictlty per CPU, initialized as pinned and all operations which arm the timer happen on the CPU to which the timer belongs. Simplify the whole machinery by using mod_timer() instead of add_timer_on() which avoids the problem because mod_timer() can handle already queued timers. Use __start_timer() everywhere so the earliest armed expiry time is preserved. Reported-by: Erik Veijola <erik.veijola@intel.com> Tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701310936080.3457@nanos Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/build/feature/test-libunwind-x86_64.c')