search for: apm_do_save_seg

Displaying 2 results from an estimated 2 matches for "apm_do_save_seg".

Did you mean: apm_do_save_segs
2007 Apr 18
1
[PATCH 7/21] i386 Losing fs gs to bios
...000 -0800 +++ linux-2.6.14-zach-work/arch/i386/kernel/apm.c 2005-11-05 00:28:08.000000000 -0800 @@ -544,19 +544,6 @@ static inline void apm_restore_cpus(cpum else \ local_irq_disable(); -#ifdef APM_ZERO_SEGS -# define APM_DECL_SEGS \ - unsigned int saved_fs; unsigned int saved_gs; -# define APM_DO_SAVE_SEGS \ - savesegment(fs, saved_fs); savesegment(gs, saved_gs) -# define APM_DO_RESTORE_SEGS \ - loadsegment(fs, saved_fs); loadsegment(gs, saved_gs) -#else -# define APM_DECL_SEGS -# define APM_DO_SAVE_SEGS -# define APM_DO_RESTORE_SEGS -#endif - /** * apm_bios_call - Make an APM BIOS 32bit call...
2007 Apr 18
1
[PATCH 7/21] i386 Losing fs gs to bios
...000 -0800 +++ linux-2.6.14-zach-work/arch/i386/kernel/apm.c 2005-11-05 00:28:08.000000000 -0800 @@ -544,19 +544,6 @@ static inline void apm_restore_cpus(cpum else \ local_irq_disable(); -#ifdef APM_ZERO_SEGS -# define APM_DECL_SEGS \ - unsigned int saved_fs; unsigned int saved_gs; -# define APM_DO_SAVE_SEGS \ - savesegment(fs, saved_fs); savesegment(gs, saved_gs) -# define APM_DO_RESTORE_SEGS \ - loadsegment(fs, saved_fs); loadsegment(gs, saved_gs) -#else -# define APM_DECL_SEGS -# define APM_DO_SAVE_SEGS -# define APM_DO_RESTORE_SEGS -#endif - /** * apm_bios_call - Make an APM BIOS 32bit call...