Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/rt2870/common
Peter Teoh d44ca7af9e Staging: rt2870: Removal of kernel_thread() API
Replacing the use of kernel_thread() with kthread_run().   But as
kthread_run() returned a task structure, as compared with
kernel_thread() returning a PID, it was found to be more efficient to
store the task structure pointer as a field data instead of PID
pointer.   On top of modifying the field to store task structure
pointer, the initialization of the field (assigned to
THREAD_PID_INIT_VALUE) was also found unnecessary - as no where it is
found to be used.


Signed-off-by: Peter Teoh <htmldeveloper@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03 14:53:31 -07:00
..
2870_rtmp_init.c Staging: rt2870: Removal of kernel_thread() API 2009-04-03 14:53:31 -07:00
action.c
action.h
ba_action.c staging: __FUNCTION__ is gcc-specific, use __func__ 2009-01-07 15:48:54 -08:00
cmm_data.c Staging: rt2870: Removal of kernel_thread() API 2009-04-03 14:53:31 -07:00
cmm_data_2870.c
cmm_info.c staging: __FUNCTION__ is gcc-specific, use __func__ 2009-01-07 15:48:54 -08:00
cmm_sanity.c
cmm_sync.c
cmm_wpa.c
dfs.c staging: __FUNCTION__ is gcc-specific, use __func__ 2009-01-07 15:48:54 -08:00
eeprom.c
firmware.h
md5.c
mlme.c
netif_block.c
rtmp_init.c Staging: rt2870: Removal of kernel_thread() API 2009-04-03 14:53:31 -07:00
rtmp_tkip.c
rtmp_wep.c
rtusb_bulk.c staging: __FUNCTION__ is gcc-specific, use __func__ 2009-01-07 15:48:54 -08:00
rtusb_data.c
rtusb_io.c Staging: rt2870: Removal of kernel_thread() API 2009-04-03 14:53:31 -07:00
spectrum.c Staging: rt2860: fix printk format warnings 2009-04-03 14:53:31 -07:00