logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

disable-broken-check.patch (790B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-only
  3. There's something incorrect with this macro for live-bootstrap, most likely as
  4. a result of the dodgy installation of linux-headers. However, there is no
  5. problem with this, and it is verified that BITS_PER_LONG __BITS_PER_LONG
  6. have functional and correct values.
  7. --- linux-4.14.336/tools/include/asm-generic/bitsperlong.h 2021-07-31 11:50:26.616768608 +1000
  8. +++ linux-4.14.336/tools/include/asm-generic/bitsperlong.h 2021-07-31 11:50:36.786847443 +1000
  9. @@ -9,10 +9,6 @@
  10. #define BITS_PER_LONG __WORDSIZE
  11. #endif
  12. -#if BITS_PER_LONG != __BITS_PER_LONG
  13. -#error Inconsistent word size. Check asm/bitsperlong.h
  14. -#endif
  15. -
  16. #ifndef BITS_PER_LONG_LONG
  17. #define BITS_PER_LONG_LONG 64
  18. #endif