diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-13 17:18:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-13 17:18:27 -0400 |
commit | 5142ef1cbda9a48ff87e9b944096767252204c6e (patch) | |
tree | f3227002f3cc0169566f5c34291b86f876bb676c | |
parent | 6a16dda86ebbcfe690c753c3fb469b4f9ad5a5ef (diff) | |
parent | b24f670b7f5b2058b95370caa9f104b3cefb9f1d (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven.
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k/mac: Fix out-of-bounds array index in OSS IRQ source initialization
m68k/pci: Remove a superflous KERN_ERR
m68k/defconfig: Update defconfigs for v4.0-rc1
m68k/q40: Make NE2000 builtin instead of modular
m68k: Remove FSF address
-rw-r--r-- | arch/m68k/configs/amiga_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/apollo_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/atari_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/bvme6000_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/hp300_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/mac_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/multi_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/mvme147_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/mvme16x_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/q40_defconfig | 5 | ||||
-rw-r--r-- | arch/m68k/configs/sun3_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/configs/sun3x_defconfig | 3 | ||||
-rw-r--r-- | arch/m68k/include/asm/mcfqspi.h | 5 | ||||
-rw-r--r-- | arch/m68k/kernel/pcibios.c | 2 | ||||
-rw-r--r-- | arch/m68k/lib/ashldi3.c | 7 | ||||
-rw-r--r-- | arch/m68k/lib/ashrdi3.c | 7 | ||||
-rw-r--r-- | arch/m68k/lib/divsi3.S | 7 | ||||
-rw-r--r-- | arch/m68k/lib/lshrdi3.c | 7 | ||||
-rw-r--r-- | arch/m68k/lib/modsi3.S | 7 | ||||
-rw-r--r-- | arch/m68k/lib/muldi3.c | 7 | ||||
-rw-r--r-- | arch/m68k/lib/mulsi3.S | 7 | ||||
-rw-r--r-- | arch/m68k/lib/udivsi3.S | 7 | ||||
-rw-r--r-- | arch/m68k/lib/umodsi3.S | 7 | ||||
-rw-r--r-- | arch/m68k/mac/oss.c | 3 |
24 files changed, 48 insertions, 63 deletions
diff --git a/arch/m68k/configs/amiga_defconfig b/arch/m68k/configs/amiga_defconfig index 1a10a08ebec7..ed1643b4c678 100644 --- a/arch/m68k/configs/amiga_defconfig +++ b/arch/m68k/configs/amiga_defconfig | |||
@@ -521,8 +521,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
521 | CONFIG_DLM=m | 521 | CONFIG_DLM=m |
522 | CONFIG_MAGIC_SYSRQ=y | 522 | CONFIG_MAGIC_SYSRQ=y |
523 | CONFIG_ASYNC_RAID6_TEST=m | 523 | CONFIG_ASYNC_RAID6_TEST=m |
524 | CONFIG_TEST_HEXDUMP=m | ||
524 | CONFIG_TEST_STRING_HELPERS=m | 525 | CONFIG_TEST_STRING_HELPERS=m |
525 | CONFIG_TEST_KSTRTOX=m | 526 | CONFIG_TEST_KSTRTOX=m |
527 | CONFIG_TEST_RHASHTABLE=m | ||
526 | CONFIG_TEST_LKM=m | 528 | CONFIG_TEST_LKM=m |
527 | CONFIG_TEST_USER_COPY=m | 529 | CONFIG_TEST_USER_COPY=m |
528 | CONFIG_TEST_BPF=m | 530 | CONFIG_TEST_BPF=m |
@@ -573,5 +575,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
573 | CONFIG_CRYPTO_DRBG_CTR=y | 575 | CONFIG_CRYPTO_DRBG_CTR=y |
574 | CONFIG_CRYPTO_USER_API_HASH=m | 576 | CONFIG_CRYPTO_USER_API_HASH=m |
575 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 577 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
578 | CONFIG_CRYPTO_USER_API_RNG=m | ||
576 | # CONFIG_CRYPTO_HW is not set | 579 | # CONFIG_CRYPTO_HW is not set |
577 | CONFIG_XZ_DEC_TEST=m | 580 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/apollo_defconfig b/arch/m68k/configs/apollo_defconfig index 7859a738c81e..d38822b1847e 100644 --- a/arch/m68k/configs/apollo_defconfig +++ b/arch/m68k/configs/apollo_defconfig | |||
@@ -479,8 +479,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
479 | CONFIG_DLM=m | 479 | CONFIG_DLM=m |
480 | CONFIG_MAGIC_SYSRQ=y | 480 | CONFIG_MAGIC_SYSRQ=y |
481 | CONFIG_ASYNC_RAID6_TEST=m | 481 | CONFIG_ASYNC_RAID6_TEST=m |
482 | CONFIG_TEST_HEXDUMP=m | ||
482 | CONFIG_TEST_STRING_HELPERS=m | 483 | CONFIG_TEST_STRING_HELPERS=m |
483 | CONFIG_TEST_KSTRTOX=m | 484 | CONFIG_TEST_KSTRTOX=m |
485 | CONFIG_TEST_RHASHTABLE=m | ||
484 | CONFIG_TEST_LKM=m | 486 | CONFIG_TEST_LKM=m |
485 | CONFIG_TEST_USER_COPY=m | 487 | CONFIG_TEST_USER_COPY=m |
486 | CONFIG_TEST_BPF=m | 488 | CONFIG_TEST_BPF=m |
@@ -531,5 +533,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
531 | CONFIG_CRYPTO_DRBG_CTR=y | 533 | CONFIG_CRYPTO_DRBG_CTR=y |
532 | CONFIG_CRYPTO_USER_API_HASH=m | 534 | CONFIG_CRYPTO_USER_API_HASH=m |
533 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 535 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
536 | CONFIG_CRYPTO_USER_API_RNG=m | ||
534 | # CONFIG_CRYPTO_HW is not set | 537 | # CONFIG_CRYPTO_HW is not set |
535 | CONFIG_XZ_DEC_TEST=m | 538 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/atari_defconfig b/arch/m68k/configs/atari_defconfig index 372593a3b398..c429199cf4a9 100644 --- a/arch/m68k/configs/atari_defconfig +++ b/arch/m68k/configs/atari_defconfig | |||
@@ -501,8 +501,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
501 | CONFIG_DLM=m | 501 | CONFIG_DLM=m |
502 | CONFIG_MAGIC_SYSRQ=y | 502 | CONFIG_MAGIC_SYSRQ=y |
503 | CONFIG_ASYNC_RAID6_TEST=m | 503 | CONFIG_ASYNC_RAID6_TEST=m |
504 | CONFIG_TEST_HEXDUMP=m | ||
504 | CONFIG_TEST_STRING_HELPERS=m | 505 | CONFIG_TEST_STRING_HELPERS=m |
505 | CONFIG_TEST_KSTRTOX=m | 506 | CONFIG_TEST_KSTRTOX=m |
507 | CONFIG_TEST_RHASHTABLE=m | ||
506 | CONFIG_TEST_LKM=m | 508 | CONFIG_TEST_LKM=m |
507 | CONFIG_TEST_USER_COPY=m | 509 | CONFIG_TEST_USER_COPY=m |
508 | CONFIG_TEST_BPF=m | 510 | CONFIG_TEST_BPF=m |
@@ -553,5 +555,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
553 | CONFIG_CRYPTO_DRBG_CTR=y | 555 | CONFIG_CRYPTO_DRBG_CTR=y |
554 | CONFIG_CRYPTO_USER_API_HASH=m | 556 | CONFIG_CRYPTO_USER_API_HASH=m |
555 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 557 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
558 | CONFIG_CRYPTO_USER_API_RNG=m | ||
556 | # CONFIG_CRYPTO_HW is not set | 559 | # CONFIG_CRYPTO_HW is not set |
557 | CONFIG_XZ_DEC_TEST=m | 560 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/bvme6000_defconfig b/arch/m68k/configs/bvme6000_defconfig index f3bd35e76ea4..9b880371d642 100644 --- a/arch/m68k/configs/bvme6000_defconfig +++ b/arch/m68k/configs/bvme6000_defconfig | |||
@@ -472,8 +472,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
472 | CONFIG_DLM=m | 472 | CONFIG_DLM=m |
473 | CONFIG_MAGIC_SYSRQ=y | 473 | CONFIG_MAGIC_SYSRQ=y |
474 | CONFIG_ASYNC_RAID6_TEST=m | 474 | CONFIG_ASYNC_RAID6_TEST=m |
475 | CONFIG_TEST_HEXDUMP=m | ||
475 | CONFIG_TEST_STRING_HELPERS=m | 476 | CONFIG_TEST_STRING_HELPERS=m |
476 | CONFIG_TEST_KSTRTOX=m | 477 | CONFIG_TEST_KSTRTOX=m |
478 | CONFIG_TEST_RHASHTABLE=m | ||
477 | CONFIG_TEST_LKM=m | 479 | CONFIG_TEST_LKM=m |
478 | CONFIG_TEST_USER_COPY=m | 480 | CONFIG_TEST_USER_COPY=m |
479 | CONFIG_TEST_BPF=m | 481 | CONFIG_TEST_BPF=m |
@@ -524,5 +526,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
524 | CONFIG_CRYPTO_DRBG_CTR=y | 526 | CONFIG_CRYPTO_DRBG_CTR=y |
525 | CONFIG_CRYPTO_USER_API_HASH=m | 527 | CONFIG_CRYPTO_USER_API_HASH=m |
526 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 528 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
529 | CONFIG_CRYPTO_USER_API_RNG=m | ||
527 | # CONFIG_CRYPTO_HW is not set | 530 | # CONFIG_CRYPTO_HW is not set |
528 | CONFIG_XZ_DEC_TEST=m | 531 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/hp300_defconfig b/arch/m68k/configs/hp300_defconfig index 9f9793fb2b73..49ae3376e993 100644 --- a/arch/m68k/configs/hp300_defconfig +++ b/arch/m68k/configs/hp300_defconfig | |||
@@ -481,8 +481,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
481 | CONFIG_DLM=m | 481 | CONFIG_DLM=m |
482 | CONFIG_MAGIC_SYSRQ=y | 482 | CONFIG_MAGIC_SYSRQ=y |
483 | CONFIG_ASYNC_RAID6_TEST=m | 483 | CONFIG_ASYNC_RAID6_TEST=m |
484 | CONFIG_TEST_HEXDUMP=m | ||
484 | CONFIG_TEST_STRING_HELPERS=m | 485 | CONFIG_TEST_STRING_HELPERS=m |
485 | CONFIG_TEST_KSTRTOX=m | 486 | CONFIG_TEST_KSTRTOX=m |
487 | CONFIG_TEST_RHASHTABLE=m | ||
486 | CONFIG_TEST_LKM=m | 488 | CONFIG_TEST_LKM=m |
487 | CONFIG_TEST_USER_COPY=m | 489 | CONFIG_TEST_USER_COPY=m |
488 | CONFIG_TEST_BPF=m | 490 | CONFIG_TEST_BPF=m |
@@ -533,5 +535,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
533 | CONFIG_CRYPTO_DRBG_CTR=y | 535 | CONFIG_CRYPTO_DRBG_CTR=y |
534 | CONFIG_CRYPTO_USER_API_HASH=m | 536 | CONFIG_CRYPTO_USER_API_HASH=m |
535 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 537 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
538 | CONFIG_CRYPTO_USER_API_RNG=m | ||
536 | # CONFIG_CRYPTO_HW is not set | 539 | # CONFIG_CRYPTO_HW is not set |
537 | CONFIG_XZ_DEC_TEST=m | 540 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/mac_defconfig b/arch/m68k/configs/mac_defconfig index 89f225c01a0b..ee143a57058c 100644 --- a/arch/m68k/configs/mac_defconfig +++ b/arch/m68k/configs/mac_defconfig | |||
@@ -503,8 +503,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
503 | CONFIG_DLM=m | 503 | CONFIG_DLM=m |
504 | CONFIG_MAGIC_SYSRQ=y | 504 | CONFIG_MAGIC_SYSRQ=y |
505 | CONFIG_ASYNC_RAID6_TEST=m | 505 | CONFIG_ASYNC_RAID6_TEST=m |
506 | CONFIG_TEST_HEXDUMP=m | ||
506 | CONFIG_TEST_STRING_HELPERS=m | 507 | CONFIG_TEST_STRING_HELPERS=m |
507 | CONFIG_TEST_KSTRTOX=m | 508 | CONFIG_TEST_KSTRTOX=m |
509 | CONFIG_TEST_RHASHTABLE=m | ||
508 | CONFIG_TEST_LKM=m | 510 | CONFIG_TEST_LKM=m |
509 | CONFIG_TEST_USER_COPY=m | 511 | CONFIG_TEST_USER_COPY=m |
510 | CONFIG_TEST_BPF=m | 512 | CONFIG_TEST_BPF=m |
@@ -555,5 +557,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
555 | CONFIG_CRYPTO_DRBG_CTR=y | 557 | CONFIG_CRYPTO_DRBG_CTR=y |
556 | CONFIG_CRYPTO_USER_API_HASH=m | 558 | CONFIG_CRYPTO_USER_API_HASH=m |
557 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 559 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
560 | CONFIG_CRYPTO_USER_API_RNG=m | ||
558 | # CONFIG_CRYPTO_HW is not set | 561 | # CONFIG_CRYPTO_HW is not set |
559 | CONFIG_XZ_DEC_TEST=m | 562 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/multi_defconfig b/arch/m68k/configs/multi_defconfig index d3cdb5447a2c..c777aa05048f 100644 --- a/arch/m68k/configs/multi_defconfig +++ b/arch/m68k/configs/multi_defconfig | |||
@@ -583,8 +583,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
583 | CONFIG_DLM=m | 583 | CONFIG_DLM=m |
584 | CONFIG_MAGIC_SYSRQ=y | 584 | CONFIG_MAGIC_SYSRQ=y |
585 | CONFIG_ASYNC_RAID6_TEST=m | 585 | CONFIG_ASYNC_RAID6_TEST=m |
586 | CONFIG_TEST_HEXDUMP=m | ||
586 | CONFIG_TEST_STRING_HELPERS=m | 587 | CONFIG_TEST_STRING_HELPERS=m |
587 | CONFIG_TEST_KSTRTOX=m | 588 | CONFIG_TEST_KSTRTOX=m |
589 | CONFIG_TEST_RHASHTABLE=m | ||
588 | CONFIG_TEST_LKM=m | 590 | CONFIG_TEST_LKM=m |
589 | CONFIG_TEST_USER_COPY=m | 591 | CONFIG_TEST_USER_COPY=m |
590 | CONFIG_TEST_BPF=m | 592 | CONFIG_TEST_BPF=m |
@@ -635,5 +637,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
635 | CONFIG_CRYPTO_DRBG_CTR=y | 637 | CONFIG_CRYPTO_DRBG_CTR=y |
636 | CONFIG_CRYPTO_USER_API_HASH=m | 638 | CONFIG_CRYPTO_USER_API_HASH=m |
637 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 639 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
640 | CONFIG_CRYPTO_USER_API_RNG=m | ||
638 | # CONFIG_CRYPTO_HW is not set | 641 | # CONFIG_CRYPTO_HW is not set |
639 | CONFIG_XZ_DEC_TEST=m | 642 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/mvme147_defconfig b/arch/m68k/configs/mvme147_defconfig index b4c76640973e..a7628a85e260 100644 --- a/arch/m68k/configs/mvme147_defconfig +++ b/arch/m68k/configs/mvme147_defconfig | |||
@@ -472,8 +472,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
472 | CONFIG_DLM=m | 472 | CONFIG_DLM=m |
473 | CONFIG_MAGIC_SYSRQ=y | 473 | CONFIG_MAGIC_SYSRQ=y |
474 | CONFIG_ASYNC_RAID6_TEST=m | 474 | CONFIG_ASYNC_RAID6_TEST=m |
475 | CONFIG_TEST_HEXDUMP=m | ||
475 | CONFIG_TEST_STRING_HELPERS=m | 476 | CONFIG_TEST_STRING_HELPERS=m |
476 | CONFIG_TEST_KSTRTOX=m | 477 | CONFIG_TEST_KSTRTOX=m |
478 | CONFIG_TEST_RHASHTABLE=m | ||
477 | CONFIG_TEST_LKM=m | 479 | CONFIG_TEST_LKM=m |
478 | CONFIG_TEST_USER_COPY=m | 480 | CONFIG_TEST_USER_COPY=m |
479 | CONFIG_TEST_BPF=m | 481 | CONFIG_TEST_BPF=m |
@@ -524,5 +526,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
524 | CONFIG_CRYPTO_DRBG_CTR=y | 526 | CONFIG_CRYPTO_DRBG_CTR=y |
525 | CONFIG_CRYPTO_USER_API_HASH=m | 527 | CONFIG_CRYPTO_USER_API_HASH=m |
526 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 528 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
529 | CONFIG_CRYPTO_USER_API_RNG=m | ||
527 | # CONFIG_CRYPTO_HW is not set | 530 | # CONFIG_CRYPTO_HW is not set |
528 | CONFIG_XZ_DEC_TEST=m | 531 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/mvme16x_defconfig b/arch/m68k/configs/mvme16x_defconfig index 0d4a26f9b58c..ebaa68268a4a 100644 --- a/arch/m68k/configs/mvme16x_defconfig +++ b/arch/m68k/configs/mvme16x_defconfig | |||
@@ -472,8 +472,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
472 | CONFIG_DLM=m | 472 | CONFIG_DLM=m |
473 | CONFIG_MAGIC_SYSRQ=y | 473 | CONFIG_MAGIC_SYSRQ=y |
474 | CONFIG_ASYNC_RAID6_TEST=m | 474 | CONFIG_ASYNC_RAID6_TEST=m |
475 | CONFIG_TEST_HEXDUMP=m | ||
475 | CONFIG_TEST_STRING_HELPERS=m | 476 | CONFIG_TEST_STRING_HELPERS=m |
476 | CONFIG_TEST_KSTRTOX=m | 477 | CONFIG_TEST_KSTRTOX=m |
478 | CONFIG_TEST_RHASHTABLE=m | ||
477 | CONFIG_TEST_LKM=m | 479 | CONFIG_TEST_LKM=m |
478 | CONFIG_TEST_USER_COPY=m | 480 | CONFIG_TEST_USER_COPY=m |
479 | CONFIG_TEST_BPF=m | 481 | CONFIG_TEST_BPF=m |
@@ -524,5 +526,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
524 | CONFIG_CRYPTO_DRBG_CTR=y | 526 | CONFIG_CRYPTO_DRBG_CTR=y |
525 | CONFIG_CRYPTO_USER_API_HASH=m | 527 | CONFIG_CRYPTO_USER_API_HASH=m |
526 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 528 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
529 | CONFIG_CRYPTO_USER_API_RNG=m | ||
527 | # CONFIG_CRYPTO_HW is not set | 530 | # CONFIG_CRYPTO_HW is not set |
528 | CONFIG_XZ_DEC_TEST=m | 531 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/q40_defconfig b/arch/m68k/configs/q40_defconfig index 5d581c503fa3..2c16853aedd3 100644 --- a/arch/m68k/configs/q40_defconfig +++ b/arch/m68k/configs/q40_defconfig | |||
@@ -340,7 +340,7 @@ CONFIG_VETH=m | |||
340 | # CONFIG_NET_VENDOR_INTEL is not set | 340 | # CONFIG_NET_VENDOR_INTEL is not set |
341 | # CONFIG_NET_VENDOR_MARVELL is not set | 341 | # CONFIG_NET_VENDOR_MARVELL is not set |
342 | # CONFIG_NET_VENDOR_MICREL is not set | 342 | # CONFIG_NET_VENDOR_MICREL is not set |
343 | CONFIG_NE2000=m | 343 | CONFIG_NE2000=y |
344 | # CONFIG_NET_VENDOR_QUALCOMM is not set | 344 | # CONFIG_NET_VENDOR_QUALCOMM is not set |
345 | # CONFIG_NET_VENDOR_ROCKER is not set | 345 | # CONFIG_NET_VENDOR_ROCKER is not set |
346 | # CONFIG_NET_VENDOR_SAMSUNG is not set | 346 | # CONFIG_NET_VENDOR_SAMSUNG is not set |
@@ -494,8 +494,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
494 | CONFIG_DLM=m | 494 | CONFIG_DLM=m |
495 | CONFIG_MAGIC_SYSRQ=y | 495 | CONFIG_MAGIC_SYSRQ=y |
496 | CONFIG_ASYNC_RAID6_TEST=m | 496 | CONFIG_ASYNC_RAID6_TEST=m |
497 | CONFIG_TEST_HEXDUMP=m | ||
497 | CONFIG_TEST_STRING_HELPERS=m | 498 | CONFIG_TEST_STRING_HELPERS=m |
498 | CONFIG_TEST_KSTRTOX=m | 499 | CONFIG_TEST_KSTRTOX=m |
500 | CONFIG_TEST_RHASHTABLE=m | ||
499 | CONFIG_TEST_LKM=m | 501 | CONFIG_TEST_LKM=m |
500 | CONFIG_TEST_USER_COPY=m | 502 | CONFIG_TEST_USER_COPY=m |
501 | CONFIG_TEST_BPF=m | 503 | CONFIG_TEST_BPF=m |
@@ -546,5 +548,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
546 | CONFIG_CRYPTO_DRBG_CTR=y | 548 | CONFIG_CRYPTO_DRBG_CTR=y |
547 | CONFIG_CRYPTO_USER_API_HASH=m | 549 | CONFIG_CRYPTO_USER_API_HASH=m |
548 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 550 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
551 | CONFIG_CRYPTO_USER_API_RNG=m | ||
549 | # CONFIG_CRYPTO_HW is not set | 552 | # CONFIG_CRYPTO_HW is not set |
550 | CONFIG_XZ_DEC_TEST=m | 553 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/sun3_defconfig b/arch/m68k/configs/sun3_defconfig index c6b49a4a887c..e3056bf0f65b 100644 --- a/arch/m68k/configs/sun3_defconfig +++ b/arch/m68k/configs/sun3_defconfig | |||
@@ -473,8 +473,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
473 | CONFIG_DLM=m | 473 | CONFIG_DLM=m |
474 | CONFIG_MAGIC_SYSRQ=y | 474 | CONFIG_MAGIC_SYSRQ=y |
475 | CONFIG_ASYNC_RAID6_TEST=m | 475 | CONFIG_ASYNC_RAID6_TEST=m |
476 | CONFIG_TEST_HEXDUMP=m | ||
476 | CONFIG_TEST_STRING_HELPERS=m | 477 | CONFIG_TEST_STRING_HELPERS=m |
477 | CONFIG_TEST_KSTRTOX=m | 478 | CONFIG_TEST_KSTRTOX=m |
479 | CONFIG_TEST_RHASHTABLE=m | ||
478 | CONFIG_TEST_LKM=m | 480 | CONFIG_TEST_LKM=m |
479 | CONFIG_TEST_USER_COPY=m | 481 | CONFIG_TEST_USER_COPY=m |
480 | CONFIG_TEST_BPF=m | 482 | CONFIG_TEST_BPF=m |
@@ -524,5 +526,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
524 | CONFIG_CRYPTO_DRBG_CTR=y | 526 | CONFIG_CRYPTO_DRBG_CTR=y |
525 | CONFIG_CRYPTO_USER_API_HASH=m | 527 | CONFIG_CRYPTO_USER_API_HASH=m |
526 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 528 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
529 | CONFIG_CRYPTO_USER_API_RNG=m | ||
527 | # CONFIG_CRYPTO_HW is not set | 530 | # CONFIG_CRYPTO_HW is not set |
528 | CONFIG_XZ_DEC_TEST=m | 531 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/configs/sun3x_defconfig b/arch/m68k/configs/sun3x_defconfig index b65785eaff8d..73c36b7a0009 100644 --- a/arch/m68k/configs/sun3x_defconfig +++ b/arch/m68k/configs/sun3x_defconfig | |||
@@ -473,8 +473,10 @@ CONFIG_NLS_MAC_TURKISH=m | |||
473 | CONFIG_DLM=m | 473 | CONFIG_DLM=m |
474 | CONFIG_MAGIC_SYSRQ=y | 474 | CONFIG_MAGIC_SYSRQ=y |
475 | CONFIG_ASYNC_RAID6_TEST=m | 475 | CONFIG_ASYNC_RAID6_TEST=m |
476 | CONFIG_TEST_HEXDUMP=m | ||
476 | CONFIG_TEST_STRING_HELPERS=m | 477 | CONFIG_TEST_STRING_HELPERS=m |
477 | CONFIG_TEST_KSTRTOX=m | 478 | CONFIG_TEST_KSTRTOX=m |
479 | CONFIG_TEST_RHASHTABLE=m | ||
478 | CONFIG_TEST_LKM=m | 480 | CONFIG_TEST_LKM=m |
479 | CONFIG_TEST_USER_COPY=m | 481 | CONFIG_TEST_USER_COPY=m |
480 | CONFIG_TEST_BPF=m | 482 | CONFIG_TEST_BPF=m |
@@ -525,5 +527,6 @@ CONFIG_CRYPTO_DRBG_HASH=y | |||
525 | CONFIG_CRYPTO_DRBG_CTR=y | 527 | CONFIG_CRYPTO_DRBG_CTR=y |
526 | CONFIG_CRYPTO_USER_API_HASH=m | 528 | CONFIG_CRYPTO_USER_API_HASH=m |
527 | CONFIG_CRYPTO_USER_API_SKCIPHER=m | 529 | CONFIG_CRYPTO_USER_API_SKCIPHER=m |
530 | CONFIG_CRYPTO_USER_API_RNG=m | ||
528 | # CONFIG_CRYPTO_HW is not set | 531 | # CONFIG_CRYPTO_HW is not set |
529 | CONFIG_XZ_DEC_TEST=m | 532 | CONFIG_XZ_DEC_TEST=m |
diff --git a/arch/m68k/include/asm/mcfqspi.h b/arch/m68k/include/asm/mcfqspi.h index 7b51416ccae2..256da0e4aeb4 100644 --- a/arch/m68k/include/asm/mcfqspi.h +++ b/arch/m68k/include/asm/mcfqspi.h | |||
@@ -11,11 +11,6 @@ | |||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | * GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
14 | * | ||
15 | * You should have received a copy of the GNU General Public License along | ||
16 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
18 | * | ||
19 | */ | 14 | */ |
20 | 15 | ||
21 | #ifndef mcfqspi_h | 16 | #ifndef mcfqspi_h |
diff --git a/arch/m68k/kernel/pcibios.c b/arch/m68k/kernel/pcibios.c index 931a31ff59dd..8520250a1d93 100644 --- a/arch/m68k/kernel/pcibios.c +++ b/arch/m68k/kernel/pcibios.c | |||
@@ -62,7 +62,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
62 | 62 | ||
63 | r = dev->resource + idx; | 63 | r = dev->resource + idx; |
64 | if (!r->start && r->end) { | 64 | if (!r->start && r->end) { |
65 | pr_err(KERN_ERR "PCI: Device %s not available because of resource collisions\n", | 65 | pr_err("PCI: Device %s not available because of resource collisions\n", |
66 | pci_name(dev)); | 66 | pci_name(dev)); |
67 | return -EINVAL; | 67 | return -EINVAL; |
68 | } | 68 | } |
diff --git a/arch/m68k/lib/ashldi3.c b/arch/m68k/lib/ashldi3.c index 7729f33878d1..37234c2df47f 100644 --- a/arch/m68k/lib/ashldi3.c +++ b/arch/m68k/lib/ashldi3.c | |||
@@ -11,12 +11,7 @@ any later version. | |||
11 | GNU CC is distributed in the hope that it will be useful, | 11 | GNU CC is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. */ |
15 | |||
16 | You should have received a copy of the GNU General Public License | ||
17 | along with GNU CC; see the file COPYING. If not, write to | ||
18 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
19 | Boston, MA 02111-1307, USA. */ | ||
20 | 15 | ||
21 | #define BITS_PER_UNIT 8 | 16 | #define BITS_PER_UNIT 8 |
22 | 17 | ||
diff --git a/arch/m68k/lib/ashrdi3.c b/arch/m68k/lib/ashrdi3.c index 18ea5f7ed921..1d59345f36c6 100644 --- a/arch/m68k/lib/ashrdi3.c +++ b/arch/m68k/lib/ashrdi3.c | |||
@@ -11,12 +11,7 @@ any later version. | |||
11 | GNU CC is distributed in the hope that it will be useful, | 11 | GNU CC is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. */ |
15 | |||
16 | You should have received a copy of the GNU General Public License | ||
17 | along with GNU CC; see the file COPYING. If not, write to | ||
18 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
19 | Boston, MA 02111-1307, USA. */ | ||
20 | 15 | ||
21 | #define BITS_PER_UNIT 8 | 16 | #define BITS_PER_UNIT 8 |
22 | 17 | ||
diff --git a/arch/m68k/lib/divsi3.S b/arch/m68k/lib/divsi3.S index ec307b61991e..2c0ec85ac661 100644 --- a/arch/m68k/lib/divsi3.S +++ b/arch/m68k/lib/divsi3.S | |||
@@ -19,12 +19,7 @@ distribution when not linked into another program.) | |||
19 | This file is distributed in the hope that it will be useful, but | 19 | This file is distributed in the hope that it will be useful, but |
20 | WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
22 | General Public License for more details. | 22 | General Public License for more details. */ |
23 | |||
24 | You should have received a copy of the GNU General Public License | ||
25 | along with this program; see the file COPYING. If not, write to | ||
26 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
27 | Boston, MA 02111-1307, USA. */ | ||
28 | 23 | ||
29 | /* As a special exception, if you link this library with files | 24 | /* As a special exception, if you link this library with files |
30 | compiled with GCC to produce an executable, this does not cause | 25 | compiled with GCC to produce an executable, this does not cause |
diff --git a/arch/m68k/lib/lshrdi3.c b/arch/m68k/lib/lshrdi3.c index d06442d3a328..49e1ec8f2cc2 100644 --- a/arch/m68k/lib/lshrdi3.c +++ b/arch/m68k/lib/lshrdi3.c | |||
@@ -11,12 +11,7 @@ any later version. | |||
11 | GNU CC is distributed in the hope that it will be useful, | 11 | GNU CC is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. */ |
15 | |||
16 | You should have received a copy of the GNU General Public License | ||
17 | along with GNU CC; see the file COPYING. If not, write to | ||
18 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
19 | Boston, MA 02111-1307, USA. */ | ||
20 | 15 | ||
21 | #define BITS_PER_UNIT 8 | 16 | #define BITS_PER_UNIT 8 |
22 | 17 | ||
diff --git a/arch/m68k/lib/modsi3.S b/arch/m68k/lib/modsi3.S index ef3849435768..1d9e0efdf31d 100644 --- a/arch/m68k/lib/modsi3.S +++ b/arch/m68k/lib/modsi3.S | |||
@@ -19,12 +19,7 @@ distribution when not linked into another program.) | |||
19 | This file is distributed in the hope that it will be useful, but | 19 | This file is distributed in the hope that it will be useful, but |
20 | WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
22 | General Public License for more details. | 22 | General Public License for more details. */ |
23 | |||
24 | You should have received a copy of the GNU General Public License | ||
25 | along with this program; see the file COPYING. If not, write to | ||
26 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
27 | Boston, MA 02111-1307, USA. */ | ||
28 | 23 | ||
29 | /* As a special exception, if you link this library with files | 24 | /* As a special exception, if you link this library with files |
30 | compiled with GCC to produce an executable, this does not cause | 25 | compiled with GCC to produce an executable, this does not cause |
diff --git a/arch/m68k/lib/muldi3.c b/arch/m68k/lib/muldi3.c index ee5f0b1b5c5d..9006d15b8721 100644 --- a/arch/m68k/lib/muldi3.c +++ b/arch/m68k/lib/muldi3.c | |||
@@ -12,12 +12,7 @@ any later version. | |||
12 | GNU CC is distributed in the hope that it will be useful, | 12 | GNU CC is distributed in the hope that it will be useful, |
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. */ |
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with GNU CC; see the file COPYING. If not, write to | ||
19 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
20 | Boston, MA 02111-1307, USA. */ | ||
21 | 16 | ||
22 | #ifdef CONFIG_CPU_HAS_NO_MULDIV64 | 17 | #ifdef CONFIG_CPU_HAS_NO_MULDIV64 |
23 | 18 | ||
diff --git a/arch/m68k/lib/mulsi3.S b/arch/m68k/lib/mulsi3.S index ce29ea37b45f..c39ad4e738e9 100644 --- a/arch/m68k/lib/mulsi3.S +++ b/arch/m68k/lib/mulsi3.S | |||
@@ -19,12 +19,7 @@ distribution when not linked into another program.) | |||
19 | This file is distributed in the hope that it will be useful, but | 19 | This file is distributed in the hope that it will be useful, but |
20 | WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
22 | General Public License for more details. | 22 | General Public License for more details. */ |
23 | |||
24 | You should have received a copy of the GNU General Public License | ||
25 | along with this program; see the file COPYING. If not, write to | ||
26 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
27 | Boston, MA 02111-1307, USA. */ | ||
28 | 23 | ||
29 | /* As a special exception, if you link this library with files | 24 | /* As a special exception, if you link this library with files |
30 | compiled with GCC to produce an executable, this does not cause | 25 | compiled with GCC to produce an executable, this does not cause |
diff --git a/arch/m68k/lib/udivsi3.S b/arch/m68k/lib/udivsi3.S index c424c4a1f0a3..35a5446572a5 100644 --- a/arch/m68k/lib/udivsi3.S +++ b/arch/m68k/lib/udivsi3.S | |||
@@ -19,12 +19,7 @@ distribution when not linked into another program.) | |||
19 | This file is distributed in the hope that it will be useful, but | 19 | This file is distributed in the hope that it will be useful, but |
20 | WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
22 | General Public License for more details. | 22 | General Public License for more details. */ |
23 | |||
24 | You should have received a copy of the GNU General Public License | ||
25 | along with this program; see the file COPYING. If not, write to | ||
26 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
27 | Boston, MA 02111-1307, USA. */ | ||
28 | 23 | ||
29 | /* As a special exception, if you link this library with files | 24 | /* As a special exception, if you link this library with files |
30 | compiled with GCC to produce an executable, this does not cause | 25 | compiled with GCC to produce an executable, this does not cause |
diff --git a/arch/m68k/lib/umodsi3.S b/arch/m68k/lib/umodsi3.S index 5def5f626478..099da514a8fd 100644 --- a/arch/m68k/lib/umodsi3.S +++ b/arch/m68k/lib/umodsi3.S | |||
@@ -19,12 +19,7 @@ distribution when not linked into another program.) | |||
19 | This file is distributed in the hope that it will be useful, but | 19 | This file is distributed in the hope that it will be useful, but |
20 | WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
22 | General Public License for more details. | 22 | General Public License for more details. */ |
23 | |||
24 | You should have received a copy of the GNU General Public License | ||
25 | along with this program; see the file COPYING. If not, write to | ||
26 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
27 | Boston, MA 02111-1307, USA. */ | ||
28 | 23 | ||
29 | /* As a special exception, if you link this library with files | 24 | /* As a special exception, if you link this library with files |
30 | compiled with GCC to produce an executable, this does not cause | 25 | compiled with GCC to produce an executable, this does not cause |
diff --git a/arch/m68k/mac/oss.c b/arch/m68k/mac/oss.c index 54037125ebf8..bb11dceed7ed 100644 --- a/arch/m68k/mac/oss.c +++ b/arch/m68k/mac/oss.c | |||
@@ -47,9 +47,8 @@ void __init oss_init(void) | |||
47 | /* Disable all interrupts. Unlike a VIA it looks like we */ | 47 | /* Disable all interrupts. Unlike a VIA it looks like we */ |
48 | /* do this by setting the source's interrupt level to zero. */ | 48 | /* do this by setting the source's interrupt level to zero. */ |
49 | 49 | ||
50 | for (i = 0; i <= OSS_NUM_SOURCES; i++) { | 50 | for (i = 0; i < OSS_NUM_SOURCES; i++) |
51 | oss->irq_level[i] = 0; | 51 | oss->irq_level[i] = 0; |
52 | } | ||
53 | } | 52 | } |
54 | 53 | ||
55 | /* | 54 | /* |