setup.c (95d002e0a34cb0f238abb39987f9980f325d8332) setup.c (f7c34874f04a80d6c39a32f08da2529e59602d3c)
1/*
2 * arch/xtensa/kernel/setup.c
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1995 Linus Torvalds

--- 637 unchanged lines hidden (view full) ---

646 "mul32h "
647#endif
648#if XCHAL_HAVE_FP
649 "fpu "
650#endif
651#if XCHAL_HAVE_S32C1I
652 "s32c1i "
653#endif
1/*
2 * arch/xtensa/kernel/setup.c
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1995 Linus Torvalds

--- 637 unchanged lines hidden (view full) ---

646 "mul32h "
647#endif
648#if XCHAL_HAVE_FP
649 "fpu "
650#endif
651#if XCHAL_HAVE_S32C1I
652 "s32c1i "
653#endif
654#if XCHAL_HAVE_EXCLUSIVE
655 "exclusive "
656#endif
654 "\n");
655
656 /* Registers. */
657 seq_printf(f,"physical aregs\t: %d\n"
658 "misc regs\t: %d\n"
659 "ibreak\t\t: %d\n"
660 "dbreak\t\t: %d\n",
661 XCHAL_NUM_AREGS,

--- 76 unchanged lines hidden ---
657 "\n");
658
659 /* Registers. */
660 seq_printf(f,"physical aregs\t: %d\n"
661 "misc regs\t: %d\n"
662 "ibreak\t\t: %d\n"
663 "dbreak\t\t: %d\n",
664 XCHAL_NUM_AREGS,

--- 76 unchanged lines hidden ---