summaryrefslogtreecommitdiff
path: root/ifpps
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-04-22 11:54:57 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-04-22 12:05:41 +0200
commit0349b93a6689aa9a57e8cf4b686455155a23ffa5 (patch)
tree7eb194bad53b07005d8600a60dd55f8d10b7bd39 /ifpps
parentb244823900f32891903c44962f530503004a8348 (diff)
build: configure: Allow to disable support for libgeoip and zlib
Allow users to explicitely disable linking against libgeoip and zlib, as they are completely optional, e.g: DISABLE_GEOIP=1 ./configure && make DISABLE_ZLIB=1 ./configure && make This change should also help to increase build coverage once we use these options in the Travis CI setup. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps')
0 files changed, 0 insertions, 0 deletions
rail: Add missing spinlock usage in byt_gpio_irq_handler
According to VLI64 Intel Atom E3800 Specification Update (#329901) concurrent read accesses may result in returning 0xffffffff and write accesses may be dropped silently. To workaround all accesses must be protected by locks. Cc: stable@vger.kernel.org Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')