setup.c (ffee921033e64edf8579a3b21c7f15d1a6c3ef71) setup.c (e9faebc66ec74f1ab7f267d683b45e80faa69763)
1/*
2 * linux/arch/arm/kernel/setup.c
3 *
4 * Copyright (C) 1995-2001 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

970 "vfpv3",
971 "vfpv3d16",
972 "tls",
973 "vfpv4",
974 "idiva",
975 "idivt",
976 "vfpd32",
977 "lpae",
1/*
2 * linux/arch/arm/kernel/setup.c
3 *
4 * Copyright (C) 1995-2001 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

970 "vfpv3",
971 "vfpv3d16",
972 "tls",
973 "vfpv4",
974 "idiva",
975 "idivt",
976 "vfpd32",
977 "lpae",
978 "evtstrm",
978 NULL
979};
980
981static int c_show(struct seq_file *m, void *v)
982{
983 int i, j;
984 u32 cpuid;
985

--- 70 unchanged lines hidden ---
979 NULL
980};
981
982static int c_show(struct seq_file *m, void *v)
983{
984 int i, j;
985 u32 cpuid;
986

--- 70 unchanged lines hidden ---