File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -219,20 +219,6 @@ static inline struct uv_hub_info_s *uv_cpu_hub_info(int cpu)
219
219
return (struct uv_hub_info_s * )uv_cpu_info_per (cpu )-> p_uv_hub_info ;
220
220
}
221
221
222
- #define UV_HUB_INFO_VERSION 0x7150
223
- extern int uv_hub_info_version (void );
224
- static inline int uv_hub_info_check (int version )
225
- {
226
- if (uv_hub_info_version () == version )
227
- return 0 ;
228
-
229
- pr_crit ("UV: uv_hub_info version(%x) mismatch, expecting(%x)\n" ,
230
- uv_hub_info_version (), version );
231
-
232
- BUG (); /* Catastrophic - cannot continue on unknown UV system */
233
- }
234
- #define _uv_hub_info_check () uv_hub_info_check(UV_HUB_INFO_VERSION)
235
-
236
222
/*
237
223
* HUB revision ranges for each UV HUB architecture.
238
224
* This is a software convention - NOT the hardware revision numbers in
Original file line number Diff line number Diff line change @@ -415,12 +415,6 @@ static __initdata struct uv_gam_range_s *_gr_table;
415
415
416
416
#define SOCK_EMPTY ((unsigned short)~0)
417
417
418
- extern int uv_hub_info_version (void )
419
- {
420
- return UV_HUB_INFO_VERSION ;
421
- }
422
- EXPORT_SYMBOL (uv_hub_info_version );
423
-
424
418
/* Default UV memory block size is 2GB */
425
419
static unsigned long mem_block_size __initdata = (2UL << 30 );
426
420
You can’t perform that action at this time.
0 commit comments