md_var.h (5113aa0af3c6587b45ea08a11568e4ce661a9ce0) md_var.h (8a5ac5d56f6fa2d4569c90ce3efe3077588dd9f9)
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

47extern u_int cpu_exthigh;
48extern u_int cpu_feature;
49extern u_int cpu_feature2;
50extern u_int amd_feature;
51extern u_int amd_feature2;
52extern u_int amd_pminfo;
53extern u_int via_feature_rng;
54extern u_int via_feature_xcrypt;
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

47extern u_int cpu_exthigh;
48extern u_int cpu_feature;
49extern u_int cpu_feature2;
50extern u_int amd_feature;
51extern u_int amd_feature2;
52extern u_int amd_pminfo;
53extern u_int via_feature_rng;
54extern u_int via_feature_xcrypt;
55extern u_int cpu_clflush_line_size;
55extern u_int cpu_fxsr;
56extern u_int cpu_high;
57extern u_int cpu_id;
58extern u_int cpu_mxcsr_mask;
59extern u_int cpu_procinfo;
60extern u_int cpu_procinfo2;
61extern char cpu_vendor[];
62extern u_int cpu_vendor_id;

--- 52 unchanged lines hidden ---
56extern u_int cpu_fxsr;
57extern u_int cpu_high;
58extern u_int cpu_id;
59extern u_int cpu_mxcsr_mask;
60extern u_int cpu_procinfo;
61extern u_int cpu_procinfo2;
62extern char cpu_vendor[];
63extern u_int cpu_vendor_id;

--- 52 unchanged lines hidden ---