commit | 5e5e92df49d4dfbef9ba981297c7f76d189376ac | [log] [tgz] |
---|---|---|
author | Robert Love <robert.w.love@intel.com> | Tue Mar 17 11:41:35 2009 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Apr 03 09:22:57 2009 -0500 |
tree | aab8a56ee9cf9721e2189e745aeb758ab58cddcc | |
parent | 38eccabd1067b93af0fedbf447ab846e7df1ca66 [diff] |
[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s Convert fcoe_percpu array to use the per-cpu variables that the kernel provides. Use the kernel's functions to access this structure. The cpu member of the fcoe_percpu_s is no longer needed, so this patch removes it too. Signed-off-by: Yi Zou <yi.zou@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>