Increase the tempdb data files by an equal amount to distribute the workload across all of the disks and files. Ideally, you want to have as many files as there are CPUs (taking into account the affinity).
I keep reading this over and over again for SQL Server 2005. Can anybody help me understand it? Shouldn't the number of files be determined by the number of drives, instead of CPUs?